feat: docker cleanup email views

This commit is contained in:
peaklabs-dev
2024-12-10 16:11:58 +01:00
parent 9453981f0b
commit 78d07f00f8
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<x-emails.layout>
Docker Cleanup on {{ $serverName }} FAILED with the following error:
<pre>
{{ $message }}
</pre>
</x-emails.layout>

View File

@@ -0,0 +1,8 @@
<x-emails.layout>
Docker Cleanup on "{{ $serverName }}" succeeded with the following message:
<pre>
"{{ $message }}"
</pre>
</x-emails.layout>