This commit is contained in:
@@ -38,9 +38,13 @@
|
||||
</v-card-text>
|
||||
<v-card-actions>
|
||||
<v-spacer></v-spacer>
|
||||
<v-btn color="blue darken-1" text @click="seedDialog = false">{{
|
||||
$ay.t("Cancel")
|
||||
}}</v-btn>
|
||||
<v-btn
|
||||
v-if="!seedingJobActive"
|
||||
color="blue darken-1"
|
||||
text
|
||||
@click="seedDialog = false"
|
||||
>{{ $ay.t("Cancel") }}</v-btn
|
||||
>
|
||||
<v-btn
|
||||
:loading="seedingJobActive"
|
||||
color="blue darken-1"
|
||||
@@ -231,7 +235,7 @@ export default {
|
||||
//get status
|
||||
|
||||
while (vm.seedingJobActive == true) {
|
||||
await window.$gz.util.sleepAsync(1000);
|
||||
await window.$gz.util.sleepAsync(2000);
|
||||
//check if done
|
||||
jobStatus = await window.$gz.api.get(
|
||||
`job-operations/status/${jobId}`
|
||||
|
||||
Reference in New Issue
Block a user