From a3fb7e89dfe5bddca9e49d71c5d072e3661bbff9 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 28 Dec 2021 01:21:18 +0000 Subject: [PATCH] --- ayanova/src/api/translation.js | 3 ++- ayanova/src/components/report-control.vue | 9 +++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ayanova/src/api/translation.js b/ayanova/src/api/translation.js index c0696dee..713fc007 100644 --- a/ayanova/src/api/translation.js +++ b/ayanova/src/api/translation.js @@ -285,7 +285,8 @@ export default { "AyaType", "Now", "DateRangeToday", - "ReportRenderTimeOut" + "ReportRenderTimeOut", + "RenderingReport" ], //////////////////////////////////////////////////////// diff --git a/ayanova/src/components/report-control.vue b/ayanova/src/components/report-control.vue index 36b8a11b..e627b0f4 100644 --- a/ayanova/src/components/report-control.vue +++ b/ayanova/src/components/report-control.vue @@ -66,7 +66,12 @@ {{ $ay.t("RenderingReport") }} - soemthing here +
+ +
{{ @@ -144,7 +149,7 @@ export default { let jobStatus = 1; while (this.jobActive == true) { - await window.$gz.util.sleepAsync(500); + await window.$gz.util.sleepAsync(1000); jobStatus = await window.$gz.api.get( `job-operations/status/${jobId}` );