This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
<!-- ################################################################################-->
|
||||
<template>
|
||||
<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-title>{{ $ay.t("RenderingReport") }}</v-card-title>
|
||||
<v-card-text>
|
||||
@@ -70,6 +70,8 @@
|
||||
<v-progress-circular
|
||||
indeterminate
|
||||
color="primary"
|
||||
width="10"
|
||||
size="50"
|
||||
></v-progress-circular>
|
||||
</div>
|
||||
</v-card-text>
|
||||
|
||||
Reference in New Issue
Block a user