diff --git a/ayanova/src/views/home-dashboard.vue b/ayanova/src/views/home-dashboard.vue index 0e425cce..9d372020 100644 --- a/ayanova/src/views/home-dashboard.vue +++ b/ayanova/src/views/home-dashboard.vue @@ -95,6 +95,23 @@ export default { }, async created() { let vm = this; + //------------------ + //Test ui feedback mechanisms here: + //this.formState.errorBoxMessage = "This is a test crlf\r\nOnly a test lf\nEot"; + + await window.$gz.dialog.displayLTModalNotificationMessage( + "ViewServerConfiguration", + "Dashboard", + "success", + "https://www.ayanova.com/subscriptionexpired.htm" + ); + + // window.$gz.eventBus.$emit( + // "notify-error", + // "This is a test crlf\r\nOnly a test lf\nEot", + // "https://www.ayanova.com/subscriptionexpired.htm" + // ); + //------------------------ try { //keeping in case need later for some localized text or something // await initForm(vm); diff --git a/ayanova/src/views/login.vue b/ayanova/src/views/login.vue index 92f0decd..ed02d089 100644 --- a/ayanova/src/views/login.vue +++ b/ayanova/src/views/login.vue @@ -298,25 +298,7 @@ export default { vm.smallLogoUrl = window.$gz.api.logoUrl("small"); vm.mediumLogoUrl = window.$gz.api.logoUrl("medium"); vm.largeLogoUrl = window.$gz.api.logoUrl("large"); - //------------------ - //Test ui feedback mechanisms here: - //this.formState.errorBoxMessage = "This is a test crlf\r\nOnly a test lf\nEot"; - // (async function() { - // await window.$gz.dialog.displayLTModalNotificationMessage( - // "This is a test crlf\r\nOnly a test lf\nEot", - // "Testing", - // "error", - // "https://www.ayanova.com/subscriptionexpired.htm" - // ); - // })(); - - window.$gz.eventBus.$emit( - "notify-error", - "This is a test crlf\r\nOnly a test lf\nEot", - "https://www.ayanova.com/subscriptionexpired.htm" - ); - //------------------------ window.$gz.eventBus.$emit("menu-change", { isMain: true, icon: "",