feat: docker cleanup email views
This commit is contained in:
8
resources/views/emails/docker-cleanup-failed.blade.php
Normal file
8
resources/views/emails/docker-cleanup-failed.blade.php
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<x-emails.layout>
|
||||||
|
Docker Cleanup on {{ $serverName }} FAILED with the following error:
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
{{ $message }}
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
</x-emails.layout>
|
8
resources/views/emails/docker-cleanup-success.blade.php
Normal file
8
resources/views/emails/docker-cleanup-success.blade.php
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<x-emails.layout>
|
||||||
|
Docker Cleanup on "{{ $serverName }}" succeeded with the following message:
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
"{{ $message }}"
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
</x-emails.layout>
|
Reference in New Issue
Block a user