This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export default {
|
||||
version: "8.0.0-beta.0.15",
|
||||
version: "8.0.0-beta.1-rc1",
|
||||
copyright: "© 1999-2022, Ground Zero Tech-Works Inc."
|
||||
};
|
||||
|
||||
@@ -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