diff --git a/resources/views/emails/docker-cleanup-failed.blade.php b/resources/views/emails/docker-cleanup-failed.blade.php new file mode 100644 index 000000000..9661df084 --- /dev/null +++ b/resources/views/emails/docker-cleanup-failed.blade.php @@ -0,0 +1,8 @@ + +Docker Cleanup on {{ $serverName }} FAILED with the following error: + +
+{{ $message }}
+
+ +
diff --git a/resources/views/emails/docker-cleanup-success.blade.php b/resources/views/emails/docker-cleanup-success.blade.php new file mode 100644 index 000000000..943750456 --- /dev/null +++ b/resources/views/emails/docker-cleanup-success.blade.php @@ -0,0 +1,8 @@ + +Docker Cleanup on "{{ $serverName }}" succeeded with the following message: + +
+"{{ $message }}"
+
+ +
\ No newline at end of file