From 91878687eeab6d7bc40f6c27b846fe3f6fa1a6b0 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 22 May 2019 23:39:00 +0000 Subject: [PATCH] --- ayanova/src/views/About.vue | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/ayanova/src/views/About.vue b/ayanova/src/views/About.vue index 8bce80ab..f7e7b33b 100644 --- a/ayanova/src/views/About.vue +++ b/ayanova/src/views/About.vue @@ -17,6 +17,7 @@ {{ this.$gzlocale.get("ClientApp") }}
{{this.$gzlocale.get("Version")}}: {{clientInfo.version}}
{{this.$gzlocale.get("User")}}: {{clientInfo.userName}}
+ {{ this.$gzlocale.get("Browser") }}
@@ -40,6 +41,26 @@
{{this.$gzlocale.get("LicenseSerial")}}: {{serverInfo.license.license.keySerial}}
{{this.$gzlocale.get("LicenseExpiration")}}: {{serverInfo.license.license.licenseExpiration}}
{{this.$gzlocale.get("SupportedUntil")}}: {{serverInfo.license.license.maintenanceExpiration}}
+ + + {{ this.$gzlocale.get("LicensedOptions") }} + + +
{{item.Feature}} +{{ item.Count ? ": "+item.Count : "" }} + + +
+ + + + + + + + + +