diff --git a/ayanova/src/views/adm-license.vue b/ayanova/src/views/adm-license.vue
index 66eb4932..8aab8d30 100644
--- a/ayanova/src/views/adm-license.vue
+++ b/ayanova/src/views/adm-license.vue
@@ -16,36 +16,55 @@
{{ $ay.t("DatabaseID") }}
- {{ currentLicenseInfo.serverDbId }}
+ {{
+ currentLicenseInfo.serverDbId
+ }}
- {{ $ay.t("LicenseSerial") }}:
- {{ currentLicenseInfo.keySerial }}
+ {{ $ay.t("LicenseSerial") }}
+ {{
+ currentLicenseInfo.keySerial
+ }}
- {{ $ay.t("LicenseExpiration") }}:
- {{
+ {{ $ay.t("LicenseExpiration") }}
+ {{
$ay.dt(currentLicenseInfo.licenseExpiration)
}}
- {{ $ay.t("SupportedUntil") }}:
- {{
+ {{ $ay.t("SupportedUntil") }}
+ {{
$ay.dt(currentLicenseInfo.maintenanceExpiration)
}}
- {{ $ay.t("LicensedOptions") }}
+
+ {{ $ay.t("LicensedOptions") }}
+
- {{ item.Feature }}
- {{
- item.Count ? ": " + item.Count : ""
+ {{ item.Feature }}
+ {{
+ item.Count ? +item.Count : ""
}}
+
+
+ {{ $ay.t("PurchaseLicense") }}
+ {{
+ $ay.t("CheckForLicense")
+ }}
+
+
@@ -224,9 +243,9 @@ export default {
},
licenseState: 0,
request: {
- Email: "cardjohn@ayanova.com",
- Company: "Super TestCo",
- Contact: "Test Testerson"
+ Email: null,
+ Company: null,
+ Contact: null
},
currentLicenseInfo: {},
formState: {