This commit is contained in:
2022-02-18 01:05:44 +00:00
parent cead9ae589
commit b71c2e0eb3
5 changed files with 8 additions and 14 deletions

View File

@@ -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."
};

View File

@@ -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>