updates
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
<h4 class="mt-4">Subscribe to events</h4>
|
||||
<div class="w-64 ">
|
||||
@if (isDev())
|
||||
<x-forms.checkbox instantSave="instantSaveEvents" id="model.extra_attributes.notifications_test"
|
||||
label="Test Notifications" />
|
||||
@endif
|
||||
<x-forms.checkbox instantSave="instantSaveEvents" id="model.extra_attributes.notifications_deployments"
|
||||
label="New Deployments" />
|
||||
</div>
|
||||
@@ -0,0 +1,7 @@
|
||||
Hello,<br><br>
|
||||
|
||||
Deployment failed of "{{ $name }}" to <a target="_blank"
|
||||
href="{{ $fqdn }}">{{ $fqdn }}</a><br><br>
|
||||
|
||||
Click the following link to view the deployment logs: <a target="_blank" href="{{ $url }}">View
|
||||
Deployment</a><br><br>
|
||||
@@ -19,5 +19,13 @@
|
||||
helper="Generate a webhook in Discord.<br>Example: https://discord.com/api/webhooks/...." required
|
||||
id="model.extra_attributes.discord_webhook" label="Webhook" />
|
||||
</form>
|
||||
<x-notification-subscription />
|
||||
<h4 class="mt-4">Subscribe to events</h4>
|
||||
<div class="w-64 ">
|
||||
@if (isDev())
|
||||
<x-forms.checkbox instantSave="saveModel" id="model.extra_attributes.notifications_discord_test"
|
||||
label="Test Notifications" />
|
||||
@endif
|
||||
<x-forms.checkbox instantSave="saveModel" id="model.extra_attributes.notifications_discord_deployments"
|
||||
label="New Deployments" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -53,5 +53,13 @@
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<x-notification-subscription />
|
||||
<h4 class="mt-4">Subscribe to events</h4>
|
||||
<div class="w-64 ">
|
||||
@if (isDev())
|
||||
<x-forms.checkbox instantSave="saveModel" id="model.extra_attributes.notifications_email_test"
|
||||
label="Test Notifications" />
|
||||
@endif
|
||||
<x-forms.checkbox instantSave="saveModel" id="model.extra_attributes.notifications_email_deployments"
|
||||
label="New Deployments" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user