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>

View File

@@ -25,6 +25,7 @@
:readonly="formState.readOnly"
ref="startDate"
data-cy="startDate"
test-id="startDate"
:error-messages="form().serverErrors(this, 'startDate')"
@input="fieldValueChanged('startDate')"
></gz-date-time-picker>
@@ -39,6 +40,7 @@
:readonly="formState.readOnly"
ref="stopDate"
data-cy="stopDate"
test-id="stopDate"
@input="fieldValueChanged('stopDate')"
></gz-date-time-picker>
</v-col>