From 03ec9bd464763026025cee6e9ebc3562a136e2a5 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 22 May 2019 20:07:06 +0000 Subject: [PATCH] --- ayanova/src/views/About.vue | 161 ++------------------ ayanova/src/views/inventory-widget-edit.vue | 13 +- 2 files changed, 19 insertions(+), 155 deletions(-) diff --git a/ayanova/src/views/About.vue b/ayanova/src/views/About.vue index 83795195..fa49ae92 100644 --- a/ayanova/src/views/About.vue +++ b/ayanova/src/views/About.vue @@ -10,163 +10,24 @@ transition="scale-transition" class="multi-line" outline - >{{ formState.errorBoxMessage }} + >{{ formState.errorBoxMessage }} - - - {{ this.$gzlocale.get("ClientApp") }} - - - - {{ this.$gzlocale.get("Version") }} - - - {{ clientInfo.version }} - - - - + {{ this.$gzlocale.get("ClientApp") }} +
{{this.$gzlocale.get("Version")}}: {{clientInfo.version}}
+ + {{this.$gzlocale.get("User")}}: {{clientInfo.userName}} - - {{ this.$gzlocale.get("Server") }} - - - - {{ this.$gzlocale.get("ServerAddress") }} - - - {{ this.$store.state.apiUrl }} - - - - - - - {{ this.$gzlocale.get("Version") }} - - - {{ serverInfo.serverVersion }} - - - - - - - {{ this.$gzlocale.get("SchemaVersion") }} - - - {{ serverInfo.dbSchemaVersion }} - - - - - - - {{ this.$gzlocale.get("ServerTime") }} - - - {{ serverInfo.serverLocalTime }} - - - - - - - {{ this.$gzlocale.get("TimeZone") }} - - - {{ serverInfo.serverTimeZone }} - - - - - - - {{ this.$gzlocale.get("HelpLicense") }} - - - - {{ this.$gzlocale.get("RegisteredUser") }} - - - {{ serverInfo.license.license.licensedTo }} - - - - - - - {{ this.$gzlocale.get("DatabaseID") }} - - - {{ serverInfo.license.license.dbId }} - - - - - - - {{ 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 : "" }} - - - - + {{ this.$gzlocale.get("Server") }} + {{this.$gzlocale.get("ServerAddress")}}: {{this.$store.state.apiUrl}}