Files
coolify/resources/views/emails/docker-cleanup-failed.blade.php
2024-12-11 10:50:10 +01:00

9 lines
127 B
PHP

<x-emails.layout>
Docker Cleanup on {{ $name }} FAILED with the following error:
<pre>
{{ $text }}
</pre>
</x-emails.layout>