This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
<!-- No license at all UI -->
|
||||
<v-col cols="12">
|
||||
<h2 class="mb-6 ml-1">{{ $ay.t("NoLicenseTitle") }}</h2>
|
||||
<v-expansion-panels focusable>
|
||||
<v-expansion-panels focusable :value="0">
|
||||
<v-expansion-panel v-if="showLicenseUi() == 'needcantrial'">
|
||||
<v-expansion-panel-header>{{
|
||||
$ay.t("StartEvaluation")
|
||||
@@ -202,9 +202,9 @@
|
||||
<v-btn class="mt-4 mr-4" @click="helpRestore()">{{
|
||||
$ay.t("HelpRestore")
|
||||
}}</v-btn>
|
||||
<v-btn class="mt-4 mr-4" @click="helpReleaseKey()">{{
|
||||
<!-- <v-btn class="mt-4 mr-4" @click="helpReleaseKey()">{{
|
||||
$ay.t("HelpReleaseKey")
|
||||
}}</v-btn>
|
||||
}}</v-btn> -->
|
||||
<v-btn class="mt-4" @click="fetchKey()">{{
|
||||
$ay.t("CheckForLicense")
|
||||
}}</v-btn>
|
||||
|
||||
Reference in New Issue
Block a user