This commit is contained in:
2022-10-26 01:56:46 +00:00
parent 202c80ddb7
commit d1559483ef

View File

@@ -78,23 +78,29 @@
<v-form ref="form"> <v-form ref="form">
<v-row> <v-row>
<gz-error :error-box-message="formState.errorBoxMessage"></gz-error> <gz-error :error-box-message="formState.errorBoxMessage"></gz-error>
<v-col cols="12" offset-lg="1" offset-xl="3">
<v-col cols="12"> <v-col cols="12">
<div class="text-h4 text-md-h2 mb-2"> <v-col cols="12">
<div class="text-h4 text-md-h2">
{{ $ay.t("Welcome") }} {{ $ay.t("Welcome") }}
</div> </div>
<div class="mb-2">
{{ $ay.t("ThankYouForEvaluating") }}
</div>
</v-col> </v-col>
<v-col cols="12"> <v-col cols="12">
<v-btn large color="primary" text @click="helpEvaluate()">{{ <div>
$ay.t("EvaluationGuide") {{ $ay.t("ThankYouForEvaluating") }}
}}</v-btn> </div>
</v-col>
<v-col cols="6" md="12">
<v-btn <v-btn
large large
color="primary" color="primary"
text class="mt-2 mt-md-1"
@click="helpEvaluate()"
>{{ $ay.t("EvaluationGuide") }}</v-btn
>
<v-btn
large
color="primary"
class="ml-md-2 mt-2 mt-md-1"
:href="supportLink()" :href="supportLink()"
target="_blank" target="_blank"
>{{ $ay.t("HelpTechSupport") }}</v-btn >{{ $ay.t("HelpTechSupport") }}</v-btn
@@ -102,7 +108,7 @@
<v-btn <v-btn
large large
color="primary" color="primary"
text class="ml-md-2 mt-2 mt-md-1"
data-cy="btnSeed" data-cy="btnSeed"
@click="seedDialog = !seedDialog" @click="seedDialog = !seedDialog"
>{{ $ay.t("GenerateSampleData") }}</v-btn >{{ $ay.t("GenerateSampleData") }}</v-btn