From 31dbbe2086345c0569b66c50aca46f425e9c7b19 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 22 Jul 2020 23:02:30 +0000 Subject: [PATCH] --- .../src/views/ops-notification-settings.vue | 22 +++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) 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" ]); }