diff --git a/ayanova/src/views/adm-license.vue b/ayanova/src/views/adm-license.vue
index c50b1ff0..7182cd54 100644
--- a/ayanova/src/views/adm-license.vue
+++ b/ayanova/src/views/adm-license.vue
@@ -17,11 +17,55 @@
$ay.t("StartEvaluation")
}}
- If status expiredtrial then they must erase before
+
+
+
+
+ {{ $ay.t("RequestEvaluationLicense") }}
+
+
+
+
+
+
+
+
+
+
+
+
@@ -68,6 +112,7 @@ export default {
.then(() => {
vm.rights = window.$gz.role.getRights(window.$gz.type.License);
generateMenu(vm);
+ vm.formState.loading = false;
vm.formState.ready = true;
window.$gz.eventBus.$on("menu-click", clickHandler);
@@ -102,6 +147,11 @@ export default {
translations: []
},
licenseState: 0,
+ request: {
+ Email: null,
+ Company: null,
+ Contact: null
+ },
obj: {},
formState: {
ready: false,
@@ -386,7 +436,11 @@ function fetchTranslatedText(vm) {
"NoLicenseTitle",
"StartEvaluation",
"PurchaseLicense",
- "HaveLicense"
+ "HaveLicense",
+ "LicenseCompanyName",
+ "LicenseContactName",
+ "LicenseEmail",
+ "RequestEvaluationLicense"
]);
}