This commit is contained in:
@@ -78,23 +78,29 @@
|
||||
<v-form ref="form">
|
||||
<v-row>
|
||||
<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">
|
||||
<div class="text-h4 text-md-h2">
|
||||
{{ $ay.t("Welcome") }}
|
||||
</div>
|
||||
<div class="mb-2">
|
||||
{{ $ay.t("ThankYouForEvaluating") }}
|
||||
</div>
|
||||
</v-col>
|
||||
<v-col cols="12">
|
||||
<v-btn large color="primary" text @click="helpEvaluate()">{{
|
||||
$ay.t("EvaluationGuide")
|
||||
}}</v-btn>
|
||||
<div>
|
||||
{{ $ay.t("ThankYouForEvaluating") }}
|
||||
</div>
|
||||
</v-col>
|
||||
<v-col cols="6" md="12">
|
||||
<v-btn
|
||||
large
|
||||
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()"
|
||||
target="_blank"
|
||||
>{{ $ay.t("HelpTechSupport") }}</v-btn
|
||||
@@ -102,7 +108,7 @@
|
||||
<v-btn
|
||||
large
|
||||
color="primary"
|
||||
text
|
||||
class="ml-md-2 mt-2 mt-md-1"
|
||||
data-cy="btnSeed"
|
||||
@click="seedDialog = !seedDialog"
|
||||
>{{ $ay.t("GenerateSampleData") }}</v-btn
|
||||
|
||||
Reference in New Issue
Block a user