fix: notifications
This commit is contained in:
2
resources/views/emails/application-stopped.blade.php
Normal file
2
resources/views/emails/application-stopped.blade.php
Normal file
@@ -0,0 +1,2 @@
|
||||
{{ $name }} has been stopped.<br><br>
|
||||
<a target="_blank" href="{{ $application_url }}">View Application URL</a><br><br>
|
||||
@@ -26,8 +26,10 @@
|
||||
<x-forms.checkbox instantSave="saveModel" id="model.discord_notifications.test"
|
||||
label="Test Notifications" />
|
||||
@endif
|
||||
<h5 class="mt-4">Applications</h5>
|
||||
<x-forms.checkbox instantSave="saveModel" id="model.discord_notifications.deployments"
|
||||
label="New Deployments" />
|
||||
label="New Deployment" />
|
||||
<x-forms.checkbox instantSave="saveModel" id="model.discord_notifications.stopped" label="Stopped" />
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
|
||||
@@ -53,8 +53,10 @@
|
||||
<x-forms.checkbox instantSave="saveModel" id="model.smtp_notifications.test"
|
||||
label="Test Notifications" />
|
||||
@endif
|
||||
<h5 class="mt-4">Applications</h5>
|
||||
<x-forms.checkbox instantSave="saveModel" id="model.smtp_notifications.deployments"
|
||||
label="New Deployments" />
|
||||
label="New Deployment" />
|
||||
<x-forms.checkbox instantSave="saveModel" id="model.smtp_notifications.stopped" label="Stopped" />
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user