feat: new container status checks
This commit is contained in:
9
resources/views/emails/container-stopped.blade.php
Normal file
9
resources/views/emails/container-stopped.blade.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<x-emails.layout>
|
||||
|
||||
Container {{ $containerName }} has been stopped unexpected on {{$serverName}}.
|
||||
|
||||
@if ($url)
|
||||
Please check what is going on [here]({{ $url }}).
|
||||
@endif
|
||||
|
||||
</x-emails.layout>
|
||||
Reference in New Issue
Block a user