coolify/resources/views/emails/docker-cleanup-failed.blade.php

9 lines
127 B
PHP
Raw Normal View History

2024-12-10 15:11:58 +00:00
<x-emails.layout>
Docker Cleanup on {{ $name }} FAILED with the following error:
2024-12-10 15:11:58 +00:00
<pre>
{{ $text }}
2024-12-10 15:11:58 +00:00
</pre>
</x-emails.layout>