This commit is contained in:
2019-06-03 22:28:30 +00:00
parent 758a340e3c
commit 2417b1e349
2 changed files with 68 additions and 26 deletions

View File

@@ -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: {

View File

@@ -10,7 +10,8 @@
transition="scale-transition"
class="multi-line"
outline
>{{ formState.errorBoxMessage }}</v-alert>
>{{ formState.errorBoxMessage }}</v-alert
>
</v-flex>
<v-flex>
<v-card id="aboutinfocard">
@@ -25,37 +26,53 @@
</div>
<div>
<span class="ml-4 body-1">{{ this.$gzlocale.get("UserTimeZoneOffset") }}:</span>
<span class="ml-4 body-1"
>{{ this.$gzlocale.get("UserTimeZoneOffset") }}:</span
>
<span class="body-2">
{{
this.$gzlocale.format().timeZoneOffset
}}
{{ 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>
<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("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="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>
@@ -68,7 +85,9 @@
<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>
@@ -76,11 +95,15 @@
<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>
@@ -91,30 +114,49 @@
<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>