This commit is contained in:
2019-06-03 22:26:12 +00:00
parent 9fa2e93dc1
commit 758a340e3c
2 changed files with 84 additions and 73 deletions

View File

@@ -10,8 +10,7 @@
transition="scale-transition"
class="multi-line"
outline
>{{ formState.errorBoxMessage }}</v-alert
>
>{{ formState.errorBoxMessage }}</v-alert>
</v-flex>
<v-flex>
<v-card id="aboutinfocard">
@@ -26,53 +25,37 @@
</div>
<div>
<span class="ml-4 body-1"
>{{ this.$gzlocale.get("UserTimeZoneOffset") }}:</span
>
<span class="body-2">{{
<span class="ml-4 body-1">{{ this.$gzlocale.get("UserTimeZoneOffset") }}:</span>
<span class="body-2">
{{
this.$gzlocale.format().timeZoneOffset
}}</span>
</div>
<div>
<span class="ml-4 body-1"
>{{ this.$gzlocale.get("DecimalSeparator") }}:</span
>
<span class="body-2">
{{ this.$gzlocale.format().decimalSeparator }}
}}
</span>
</div>
<div>
<span class="ml-4 body-1"
>{{ this.$gzlocale.get("CurrencySymbol") }}:</span
>
<span class="body-2">
{{ this.$gzlocale.format().currencySymbol }}
</span>
<span class="ml-4 body-1">{{ this.$gzlocale.get("DecimalSeparator") }}:</span>
<span class="body-2">{{ this.$gzlocale.format().decimalSeparator }}</span>
</div>
<div>
<span class="ml-4 body-1"
>{{ this.$gzlocale.get("ShortDateFormat") }}:</span
>
<span class="ml-4 body-1">{{ this.$gzlocale.get("CurrencySymbol") }}:</span>
<span class="body-2">{{ this.$gzlocale.format().currencySymbol }}</span>
</div>
<div>
<span class="ml-4 body-1">{{ this.$gzlocale.get("ShortDateFormat") }}:</span>
<span class="body-2">{{ this.$gzlocale.format().shortDate }}</span>
</div>
<div>
<span class="ml-4 body-1"
>{{ this.$gzlocale.get("ShortTimeFormat") }}:</span
>
<span class="ml-4 body-1">{{ this.$gzlocale.get("ShortTimeFormat") }}:</span>
<span class="body-2">{{ this.$gzlocale.format().shortTime }}</span>
</div>
<div>
<span class="ml-4 body-1"
>{{ this.$gzlocale.get("ShortDateAndTimeFormat") }}:</span
>
<span class="body-2">
{{ this.$gzlocale.format().shortDateAndTime }}
</span>
<span class="ml-4 body-1">{{ this.$gzlocale.get("ShortDateAndTimeFormat") }}:</span>
<span class="body-2">{{ this.$gzlocale.format().shortDateAndTime }}</span>
</div>
<v-divider class="mt-4"></v-divider>
@@ -85,9 +68,7 @@
<v-divider class="mt-4"></v-divider>
<v-subheader>{{ this.$gzlocale.get("Server") }}</v-subheader>
<div>
<span class="ml-4 body-1"
>{{ this.$gzlocale.get("ServerAddress") }}:</span
>
<span class="ml-4 body-1">{{ this.$gzlocale.get("ServerAddress") }}:</span>
<span class="body-2">{{ this.$store.state.apiUrl }}</span>
</div>
<div>
@@ -95,15 +76,11 @@
<span class="body-2">{{ serverInfo.serverVersion }}</span>
</div>
<div>
<span class="ml-4 body-1"
>{{ this.$gzlocale.get("SchemaVersion") }}:</span
>
<span class="ml-4 body-1">{{ this.$gzlocale.get("SchemaVersion") }}:</span>
<span class="body-2">{{ serverInfo.dbSchemaVersion }}</span>
</div>
<div>
<span class="ml-4 body-1"
>{{ this.$gzlocale.get("ServerTime") }}:</span
>
<span class="ml-4 body-1">{{ this.$gzlocale.get("ServerTime") }}:</span>
<span class="body-2">{{ serverInfo.serverLocalTime }}</span>
</div>
<div>
@@ -114,49 +91,30 @@
<v-divider class="mt-4"></v-divider>
<v-subheader>{{ this.$gzlocale.get("HelpLicense") }}</v-subheader>
<div>
<span class="ml-4 body-1"
>{{ this.$gzlocale.get("RegisteredUser") }}:</span
>
<span class="body-2">
{{ serverInfo.license.license.licensedTo }}
</span>
<span class="ml-4 body-1">{{ this.$gzlocale.get("RegisteredUser") }}:</span>
<span class="body-2">{{ serverInfo.license.license.licensedTo }}</span>
</div>
<div>
<span class="ml-4 body-1"
>{{ this.$gzlocale.get("DatabaseID") }}:</span
>
<span class="ml-4 body-1">{{ this.$gzlocale.get("DatabaseID") }}:</span>
<span class="body-2">{{ serverInfo.license.license.dbId }}</span>
</div>
<div>
<span class="ml-4 body-1"
>{{ this.$gzlocale.get("LicenseSerial") }}:</span
>
<span class="ml-4 body-1">{{ this.$gzlocale.get("LicenseSerial") }}:</span>
<span class="body-2">{{ serverInfo.license.license.keySerial }}</span>
</div>
<div>
<span class="ml-4 body-1"
>{{ this.$gzlocale.get("LicenseExpiration") }}:</span
>
<span class="body-2">
{{ serverInfo.license.license.licenseExpiration }}
</span>
<span class="ml-4 body-1">{{ this.$gzlocale.get("LicenseExpiration") }}:</span>
<span class="body-2">{{ serverInfo.license.license.licenseExpiration }}</span>
</div>
<div>
<span class="ml-4 body-1"
>{{ this.$gzlocale.get("SupportedUntil") }}:</span
>
<span class="body-2">
{{ serverInfo.license.license.maintenanceExpiration }}
</span>
<span class="ml-4 body-1">{{ this.$gzlocale.get("SupportedUntil") }}:</span>
<span class="body-2">{{ serverInfo.license.license.maintenanceExpiration }}</span>
</div>
<v-divider class="mt-4"></v-divider>
<v-subheader>{{ this.$gzlocale.get("LicensedOptions") }}</v-subheader>
<div
v-for="item in serverInfo.license.license.features"
:key="item.Feature"
>
<div v-for="item in serverInfo.license.license.features" :key="item.Feature">
<span class="ml-4 body-1">{{ item.Feature }}</span>
<span class="body-2">{{ item.Count ? ": " + item.Count : "" }}</span>
</div>
@@ -192,8 +150,7 @@ function clickHandler(menuItem) {
) {
logText += value + "\n";
});
navigator.clipboard.writeText(text + "\nCLIENT LOG\n" + logText);
this.$gzutil.copyToClipboard(text + "\nCLIENT LOG\n" + logText);
break;
default:
m.vm.$gzevent.$emit(