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}` );