-
+
Enabling this will send only notifications when the status of a services changes.
@@ -125,7 +125,7 @@ export default {
e.preventDefault()
const c = this.core
const coreForm = {name: c.name, description: c.description, domain: c.domain,
- timezone: c.timezone, using_cdn: c.using_cdn, footer: c.footer}
+ timezone: c.timezone, using_cdn: c.using_cdn, footer: c.footer, update_notify: c.update_notify}
alert(JSON.stringify(coreForm))
await Api.core_save(coreForm)
const core = await Api.core()
diff --git a/frontend/src/forms/Group.vue b/frontend/src/forms/Group.vue
index 8c0b3784..eabcbe40 100644
--- a/frontend/src/forms/Group.vue
+++ b/frontend/src/forms/Group.vue
@@ -10,7 +10,7 @@
-
+
diff --git a/frontend/src/forms/Service.vue b/frontend/src/forms/Service.vue
index 3ede3995..c366aa6c 100644
--- a/frontend/src/forms/Service.vue
+++ b/frontend/src/forms/Service.vue
@@ -121,7 +121,7 @@