From 2417b1e34981e5fccb593d0d8965943972a039e6 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 3 Jun 2019 22:28:30 +0000 Subject: [PATCH] --- ayanova/src/api/aboutinfo.js | 2 +- ayanova/src/views/About.vue | 92 ++++++++++++++++++++++++++---------- 2 files changed, 68 insertions(+), 26 deletions(-) diff --git a/ayanova/src/api/aboutinfo.js b/ayanova/src/api/aboutinfo.js index 9a7234a1..f221af5c 100644 --- a/ayanova/src/api/aboutinfo.js +++ b/ayanova/src/api/aboutinfo.js @@ -1,5 +1,5 @@ export default { - version: "8.0.0-alpha.2019.May.29", + version: "8.0.0-alpha.2019.June.3", copyright: "Copyright © 1999-2019, Ground Zero Tech-Works Inc. All Rights Reserved", browser: { diff --git a/ayanova/src/views/About.vue b/ayanova/src/views/About.vue index 9106e515..d7b3b0a0 100644 --- a/ayanova/src/views/About.vue +++ b/ayanova/src/views/About.vue @@ -10,7 +10,8 @@ transition="scale-transition" class="multi-line" outline - >{{ formState.errorBoxMessage }} + >{{ formState.errorBoxMessage }} @@ -25,37 +26,53 @@
- {{ this.$gzlocale.get("UserTimeZoneOffset") }}: + {{ this.$gzlocale.get("UserTimeZoneOffset") }}: - {{ - this.$gzlocale.format().timeZoneOffset - }} + {{ this.$gzlocale.format().timeZoneOffset }}
- {{ this.$gzlocale.get("DecimalSeparator") }}: - {{ this.$gzlocale.format().decimalSeparator }} + {{ this.$gzlocale.get("DecimalSeparator") }}: + {{ + this.$gzlocale.format().decimalSeparator + }}
- {{ this.$gzlocale.get("CurrencySymbol") }}: - {{ this.$gzlocale.format().currencySymbol }} + {{ this.$gzlocale.get("CurrencySymbol") }}: + {{ + this.$gzlocale.format().currencySymbol + }}
- {{ this.$gzlocale.get("ShortDateFormat") }}: + {{ this.$gzlocale.get("ShortDateFormat") }}: {{ this.$gzlocale.format().shortDate }}
- {{ this.$gzlocale.get("ShortTimeFormat") }}: + {{ this.$gzlocale.get("ShortTimeFormat") }}: {{ this.$gzlocale.format().shortTime }}
- {{ this.$gzlocale.get("ShortDateAndTimeFormat") }}: - {{ this.$gzlocale.format().shortDateAndTime }} + {{ this.$gzlocale.get("ShortDateAndTimeFormat") }}: + {{ + this.$gzlocale.format().shortDateAndTime + }}
@@ -68,7 +85,9 @@ {{ this.$gzlocale.get("Server") }}
- {{ this.$gzlocale.get("ServerAddress") }}: + {{ this.$gzlocale.get("ServerAddress") }}: {{ this.$store.state.apiUrl }}
@@ -76,11 +95,15 @@ {{ serverInfo.serverVersion }}
- {{ this.$gzlocale.get("SchemaVersion") }}: + {{ this.$gzlocale.get("SchemaVersion") }}: {{ serverInfo.dbSchemaVersion }}
- {{ this.$gzlocale.get("ServerTime") }}: + {{ this.$gzlocale.get("ServerTime") }}: {{ serverInfo.serverLocalTime }}
@@ -91,30 +114,49 @@ {{ this.$gzlocale.get("HelpLicense") }}
- {{ this.$gzlocale.get("RegisteredUser") }}: - {{ serverInfo.license.license.licensedTo }} + {{ this.$gzlocale.get("RegisteredUser") }}: + {{ + serverInfo.license.license.licensedTo + }}
- {{ this.$gzlocale.get("DatabaseID") }}: + {{ this.$gzlocale.get("DatabaseID") }}: {{ serverInfo.license.license.dbId }}
- {{ this.$gzlocale.get("LicenseSerial") }}: + {{ this.$gzlocale.get("LicenseSerial") }}: {{ serverInfo.license.license.keySerial }}
- {{ this.$gzlocale.get("LicenseExpiration") }}: - {{ serverInfo.license.license.licenseExpiration }} + {{ this.$gzlocale.get("LicenseExpiration") }}: + {{ + serverInfo.license.license.licenseExpiration + }}
- {{ this.$gzlocale.get("SupportedUntil") }}: - {{ serverInfo.license.license.maintenanceExpiration }} + {{ this.$gzlocale.get("SupportedUntil") }}: + {{ + serverInfo.license.license.maintenanceExpiration + }}
{{ this.$gzlocale.get("LicensedOptions") }} -
+
{{ item.Feature }} {{ item.Count ? ": " + item.Count : "" }}