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

10 lines
133 B
PHP
Raw Normal View History

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