This commit is contained in:
@@ -62,7 +62,7 @@
|
|||||||
<!-- ################################################################################-->
|
<!-- ################################################################################-->
|
||||||
<template>
|
<template>
|
||||||
<v-row justify="center">
|
<v-row justify="center">
|
||||||
<v-dialog persistent max-width="600px" v-model="jobActive">
|
<v-dialog persistent max-width="350px" v-model="jobActive">
|
||||||
<v-card>
|
<v-card>
|
||||||
<v-card-title>{{ $ay.t("RenderingReport") }}</v-card-title>
|
<v-card-title>{{ $ay.t("RenderingReport") }}</v-card-title>
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
@@ -70,6 +70,8 @@
|
|||||||
<v-progress-circular
|
<v-progress-circular
|
||||||
indeterminate
|
indeterminate
|
||||||
color="primary"
|
color="primary"
|
||||||
|
width="10"
|
||||||
|
size="50"
|
||||||
></v-progress-circular>
|
></v-progress-circular>
|
||||||
</div>
|
</div>
|
||||||
</v-card-text>
|
</v-card-text>
|
||||||
|
|||||||
Reference in New Issue
Block a user