This commit is contained in:
2021-10-29 23:17:32 +00:00
parent 7fa054dec9
commit 9a10d34a79
3 changed files with 46 additions and 18 deletions

View File

@@ -48,6 +48,7 @@
color="blue darken-1"
text
@click="generate()"
data-cy="btnStart"
>{{ $ay.t("StartJob") }}</v-btn
>
</v-card-actions>
@@ -92,6 +93,7 @@
text
@click="seedDialog = !seedDialog"
class="my-8 mr-12"
data-cy="btnSeed"
>{{ $ay.t("GenerateSampleData") }}</v-btn
>
</v-col>