diff --git a/ayanova/src/views/ops-notification-settings.vue b/ayanova/src/views/ops-notification-settings.vue index 9eba1ba2..1e73dd29 100644 --- a/ayanova/src/views/ops-notification-settings.vue +++ b/ayanova/src/views/ops-notification-settings.vue @@ -158,6 +158,22 @@ @input="fieldValueChanged('notifyFromAddress')" > + + + + @@ -252,7 +268,8 @@ namespace AyaNova.Models smtpPassword: null, connectionSecurity: null, smtpServerPort: null, - notifyFromAddress: null + notifyFromAddress: null, + ayaNovaServerUrl: null }, formState: { ready: false, @@ -467,7 +484,8 @@ async function fetchTranslatedText(vm) { "SmtpPassword", "ConnectionSecurity", "SmtpServerPort", - "NotifyFromAddress" + "NotifyFromAddress", + "AyaNovaServerUrl" ]); }