feat: docker cleanup email views
This commit is contained in:
parent
9453981f0b
commit
78d07f00f8
2 changed files with 16 additions and 0 deletions
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>
|
||||
Loading…
Reference in a new issue