From 5712c6fc724e95742564d489a08112547c452e1c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 22 Jul 2020 23:07:22 +0000 Subject: [PATCH] --- .../src/views/ops-notification-settings.vue | 51 ++++--------------- 1 file changed, 9 insertions(+), 42 deletions(-) diff --git a/ayanova/src/views/ops-notification-settings.vue b/ayanova/src/views/ops-notification-settings.vue index 1e73dd29..9c18a6b2 100644 --- a/ayanova/src/views/ops-notification-settings.vue +++ b/ayanova/src/views/ops-notification-settings.vue @@ -161,17 +161,17 @@ @@ -220,39 +220,6 @@ export default { }, components: {}, data() { - /* - using System; -using AyaNova.Biz; -namespace AyaNova.Models -{ - - public class GlobalOpsNotificationSettings - { - public long Id { get; set; }//this is always 1 as there is only ever one single global Ops object - public uint Concurrency { get; set; } - public bool SmtpDeliveryActive { get; set; } - public string SmtpServerAddress { get; set; } - public string SmtpAccount { get; set; } - public string SmtpPassword { get; set; } - public NotifyMailSecurity ConnectionSecurity { get; set; } - public int SmtpServerPort { get; set; } - public string NotifyFromAddress { get; set; } - - public GlobalOpsNotificationSettings() - { - SmtpDeliveryActive = true; - Id = 1; - SmtpServerAddress="mail.example.com"; - SmtpAccount="notifydeliverfromaccount@example.com"; - SmtpPassword="examplepassword"; - ConnectionSecurity= NotifyMailSecurity.SSLTLS; - SmtpServerPort=587; - NotifyFromAddress="noreply@example.com"; - } - } -} - -*/ return { testAddress: null, testDialog: false, @@ -269,7 +236,7 @@ namespace AyaNova.Models connectionSecurity: null, smtpServerPort: null, notifyFromAddress: null, - ayaNovaServerUrl: null + ayaNovaServerURL: null }, formState: { ready: false,