@@ -83,9 +57,6 @@ export default {
drawer: null
};
},
- // beforeCreate() {
-
- // },
mounted() {
if (!this.$store.state.authenticated) {
this.$router.replace({ name: "login" });
diff --git a/ayanova/src/views/About.vue b/ayanova/src/views/About.vue
index 2fff5b39..01745cfe 100644
--- a/ayanova/src/views/About.vue
+++ b/ayanova/src/views/About.vue
@@ -1,99 +1,96 @@
-
-
+
- {{ lt("HelpAboutAyaNova")}}
+ {{ this.$gzlocale.get("HelpAboutAyaNova")}}
fa-glasses
- {{ lt("ClientApp")}}
+ {{ this.$gzlocale.get("ClientApp")}}
- {{ lt("Version")}}
+ {{ this.$gzlocale.get("Version")}}
{{ clientInfo.version }}
- {{ lt("Server")}}
+ {{ this.$gzlocale.get("Server")}}
- {{ lt("ServerAddress")}}
- {{ serverUrl() }}
+ {{ this.$gzlocale.get("ServerAddress")}}
+ {{ this.$store.state.apiUrl }}
- {{ lt("Version")}}
+ {{ this.$gzlocale.get("Version")}}
{{ serverInfo.serverVersion }}
- {{ lt("SchemaVersion")}}
+ {{ this.$gzlocale.get("SchemaVersion")}}
{{ serverInfo.dbSchemaVersion }}
- {{ lt("ServerTime")}}
+ {{ this.$gzlocale.get("ServerTime")}}
{{ serverInfo.serverLocalTime }}
- {{ lt("TimeZone")}}
+ {{ this.$gzlocale.get("TimeZone")}}
{{ serverInfo.serverTimeZone }}
- {{ lt("HelpLicense")}}
+ {{ this.$gzlocale.get("HelpLicense")}}
- {{ lt("RegisteredUser")}}
+ {{ this.$gzlocale.get("RegisteredUser")}}
{{ serverInfo.license.license.licensedTo }}
- {{ lt("DatabaseID")}}
+ {{ this.$gzlocale.get("DatabaseID")}}
{{ serverInfo.license.license.dbId }}
- {{ lt("LicenseSerial")}}
+ {{ this.$gzlocale.get("LicenseSerial")}}
{{ serverInfo.license.license.keySerial }}
- {{ lt("LicenseExpiration")}}
+ {{ this.$gzlocale.get("LicenseExpiration")}}
{{ serverInfo.license.license.licenseExpiration }}
- {{ lt("SupportedUntil")}}
+ {{ this.$gzlocale.get("SupportedUntil")}}
{{ serverInfo.license.license.maintenanceExpiration }}
- {{ lt("LicensedOptions")}}
+ {{ this.$gzlocale.get("LicensedOptions")}}
-
-
-