From 35942e8ee27f0ff1936489d590fa139b540118b1 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 23 May 2019 21:24:58 +0000 Subject: [PATCH] --- ayanova/src/api/locale.js | 3 +- ayanova/src/views/About.vue | 57 ++++++++++++++++----- ayanova/src/views/inventory-widget-edit.vue | 2 +- 3 files changed, 48 insertions(+), 14 deletions(-) diff --git a/ayanova/src/api/locale.js b/ayanova/src/api/locale.js index e8ba5367..be47bb09 100644 --- a/ayanova/src/api/locale.js +++ b/ayanova/src/api/locale.js @@ -94,7 +94,8 @@ export default { "ErrorUserNotAuthorized", "DeletePrompt", "AreYouSureUnsavedChanges", - "Leave" + "Leave", + "Copy" ], decimalValidate(required) { return { required: required, decimal: [2, this.formats.decimalSeparator] }; diff --git a/ayanova/src/views/About.vue b/ayanova/src/views/About.vue index 4790c142..adfd9826 100644 --- a/ayanova/src/views/About.vue +++ b/ayanova/src/views/About.vue @@ -14,7 +14,7 @@ > - + {{ this.$gzlocale.get("ClientApp") }}
{{ this.$gzlocale.get("Version") }}: @@ -67,9 +67,9 @@ {{ this.$gzlocale.get("RegisteredUser") }}: - {{ - serverInfo.license.license.licensedTo - }} + + {{ serverInfo.license.license.licensedTo }} +
{{ this.$gzlocale.get("LicenseExpiration") }}: - {{ - serverInfo.license.license.licenseExpiration - }} + + {{ serverInfo.license.license.licenseExpiration }} +
{{ this.$gzlocale.get("SupportedUntil") }}: - {{ - serverInfo.license.license.maintenanceExpiration - }} + + {{ serverInfo.license.license.maintenanceExpiration }} +
@@ -118,9 +118,34 @@