subscription license code additions
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ayanova",
|
||||
"version": "8.0.3",
|
||||
"version": "8.0.4",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export default {
|
||||
version: "8.0.3",
|
||||
version: "8.0.4",
|
||||
copyright: "© 1999-2022, Ground Zero Tech-Works Inc."
|
||||
};
|
||||
|
||||
@@ -65,7 +65,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control
|
||||
//**************************************************************
|
||||
//DEVELOPMENT MODE FLAG, SET FALSE FOR RELEASE
|
||||
//************************************************************
|
||||
const DEV_MODE = false;
|
||||
const DEV_MODE = true;
|
||||
//************************************************************
|
||||
//**************************************************************
|
||||
//**************************************************************
|
||||
|
||||
@@ -44,6 +44,19 @@
|
||||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
|
||||
<v-list-item>
|
||||
<v-list-item-content>
|
||||
<v-list-item-title>{{
|
||||
$ay.t("LicenseType")
|
||||
}}</v-list-item-title>
|
||||
<v-list-item-subtitle class="text-wrap">{{
|
||||
currentLicenseInfo.perpetual
|
||||
? $ay.t("LicenseTypePerpetual")
|
||||
: $ay.t("LicenseTypeSubscription")
|
||||
}}</v-list-item-subtitle>
|
||||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
|
||||
<v-list-item v-if="currentLicenseInfo.licenseWillExpire">
|
||||
<v-list-item-content>
|
||||
<v-list-item-title>
|
||||
@@ -641,7 +654,10 @@ async function fetchTranslatedText() {
|
||||
"HelpRestore",
|
||||
"CopyDbId",
|
||||
"UserCountExceeded",
|
||||
"ViewEULA"
|
||||
"ViewEULA",
|
||||
"LicenseType",
|
||||
"LicenseTypeSubscription",
|
||||
"LicenseTypePerpetual"
|
||||
]);
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user