From 95c7792d575d3bf4c9cd8566356bd052e788ce9b Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 16 Jun 2020 22:17:25 +0000 Subject: [PATCH] --- ayanova/src/views/ay-evaluate.vue | 118 +++++++++++++++--------------- ayanova/src/views/login.vue | 16 +--- 2 files changed, 63 insertions(+), 71 deletions(-) diff --git a/ayanova/src/views/ay-evaluate.vue b/ayanova/src/views/ay-evaluate.vue index 0cfafd5d..488a5e77 100644 --- a/ayanova/src/views/ay-evaluate.vue +++ b/ayanova/src/views/ay-evaluate.vue @@ -4,64 +4,66 @@ - -
{{ $ay.t("Welcome") }}
-
- - {{ - $ay.t("EvaluationGuide") - }} - {{ - $ay.t("HelpTechSupport") - }} - - -
- {{ $ay.t("GenerateSampleData") }} -
- -
- {{ $ay.t("ErrorSecurityAdministratorOnlyMessage") }} -
-
- - - - - - - + - {{ $ay.t("StartJob") }} +
{{ $ay.t("Welcome") }}
+
+ + {{ + $ay.t("EvaluationGuide") + }} + {{ + $ay.t("HelpTechSupport") + }} + + +
+ {{ $ay.t("GenerateSampleData") }} +
+ +
+ {{ $ay.t("ErrorSecurityAdministratorOnlyMessage") }} +
+
+ + + + + + + + + {{ $ay.t("StartJob") }} +
@@ -213,7 +215,7 @@ export default { //get status while (vm.seedingJobActive == true) { - await window.$gz.util.sleepAsync(5000); + await window.$gz.util.sleepAsync(1000); //check if done jobStatus = await window.$gz.api.get( `job-operations/status/${jobId}` diff --git a/ayanova/src/views/login.vue b/ayanova/src/views/login.vue index bf7f90a1..4f56e854 100644 --- a/ayanova/src/views/login.vue +++ b/ayanova/src/views/login.vue @@ -21,7 +21,7 @@ - + { if (res.data != null) { - /**public enum LicenseStatus - { - NONE = 0, - ActiveTrial = 1, - ExpiredTrial = 2, - ActivePurchased = 3, - ExpiredPurchased = 4, - Revoked = 5 - } */ - - vm.serverStatus = res.data; + vm.showEvalUsers = res.data; } }) .catch(function handleGetTrialModeError(error) {