This commit is contained in:
2021-09-17 15:07:25 +00:00
parent f5163ee8c7
commit e8b8695f18
2 changed files with 21 additions and 13 deletions

View File

@@ -69,18 +69,31 @@
</div>
</v-col>
<v-col cols="12">
<v-btn @click="helpEvaluate()" class="my-8 mr-16">{{
$ay.t("EvaluationGuide")
}}</v-btn>
<v-btn
large
color="primary"
text
@click="helpEvaluate()"
class="my-8 mr-16"
>{{ $ay.t("EvaluationGuide") }}</v-btn
>
<v-btn
large
color="primary"
text
:href="supportLink()"
target="_blank"
class="my-8 mr-12"
>{{ $ay.t("HelpTechSupport") }}</v-btn
>
<v-btn @click="seedDialog = !seedDialog" class="my-8 mr-12">{{
$ay.t("GenerateSampleData")
}}</v-btn>
<v-btn
large
color="primary"
text
@click="seedDialog = !seedDialog"
class="my-8 mr-12"
>{{ $ay.t("GenerateSampleData") }}</v-btn
>
</v-col>
</v-col>
</v-row>