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 { export default {
version: "8.0.0-alpha.2019.May.29", version: "8.0.0-alpha.2019.June.3",
copyright: copyright:
"Copyright © 1999-2019, Ground Zero Tech-Works Inc. All Rights Reserved", "Copyright © 1999-2019, Ground Zero Tech-Works Inc. All Rights Reserved",
browser: { browser: {

View File

@@ -10,7 +10,8 @@
transition="scale-transition" transition="scale-transition"
class="multi-line" class="multi-line"
outline outline
>{{ formState.errorBoxMessage }}</v-alert> >{{ formState.errorBoxMessage }}</v-alert
>
</v-flex> </v-flex>
<v-flex> <v-flex>
<v-card id="aboutinfocard"> <v-card id="aboutinfocard">
@@ -25,37 +26,53 @@
</div> </div>
<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"> <span class="body-2">
{{ {{ this.$gzlocale.format().timeZoneOffset }}
this.$gzlocale.format().timeZoneOffset
}}
</span> </span>
</div> </div>
<div> <div>
<span class="ml-4 body-1">{{ this.$gzlocale.get("DecimalSeparator") }}:</span> <span class="ml-4 body-1"
<span class="body-2">{{ this.$gzlocale.format().decimalSeparator }}</span> >{{ this.$gzlocale.get("DecimalSeparator") }}:</span
>
<span class="body-2">{{
this.$gzlocale.format().decimalSeparator
}}</span>
</div> </div>
<div> <div>
<span class="ml-4 body-1">{{ this.$gzlocale.get("CurrencySymbol") }}:</span> <span class="ml-4 body-1"
<span class="body-2">{{ this.$gzlocale.format().currencySymbol }}</span> >{{ this.$gzlocale.get("CurrencySymbol") }}:</span
>
<span class="body-2">{{
this.$gzlocale.format().currencySymbol
}}</span>
</div> </div>
<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> <span class="body-2">{{ this.$gzlocale.format().shortDate }}</span>
</div> </div>
<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> <span class="body-2">{{ this.$gzlocale.format().shortTime }}</span>
</div> </div>
<div> <div>
<span class="ml-4 body-1">{{ this.$gzlocale.get("ShortDateAndTimeFormat") }}:</span> <span class="ml-4 body-1"
<span class="body-2">{{ this.$gzlocale.format().shortDateAndTime }}</span> >{{ this.$gzlocale.get("ShortDateAndTimeFormat") }}:</span
>
<span class="body-2">{{
this.$gzlocale.format().shortDateAndTime
}}</span>
</div> </div>
<v-divider class="mt-4"></v-divider> <v-divider class="mt-4"></v-divider>
@@ -68,7 +85,9 @@
<v-divider class="mt-4"></v-divider> <v-divider class="mt-4"></v-divider>
<v-subheader>{{ this.$gzlocale.get("Server") }}</v-subheader> <v-subheader>{{ this.$gzlocale.get("Server") }}</v-subheader>
<div> <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> <span class="body-2">{{ this.$store.state.apiUrl }}</span>
</div> </div>
<div> <div>
@@ -76,11 +95,15 @@
<span class="body-2">{{ serverInfo.serverVersion }}</span> <span class="body-2">{{ serverInfo.serverVersion }}</span>
</div> </div>
<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> <span class="body-2">{{ serverInfo.dbSchemaVersion }}</span>
</div> </div>
<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> <span class="body-2">{{ serverInfo.serverLocalTime }}</span>
</div> </div>
<div> <div>
@@ -91,30 +114,49 @@
<v-divider class="mt-4"></v-divider> <v-divider class="mt-4"></v-divider>
<v-subheader>{{ this.$gzlocale.get("HelpLicense") }}</v-subheader> <v-subheader>{{ this.$gzlocale.get("HelpLicense") }}</v-subheader>
<div> <div>
<span class="ml-4 body-1">{{ this.$gzlocale.get("RegisteredUser") }}:</span> <span class="ml-4 body-1"
<span class="body-2">{{ serverInfo.license.license.licensedTo }}</span> >{{ this.$gzlocale.get("RegisteredUser") }}:</span
>
<span class="body-2">{{
serverInfo.license.license.licensedTo
}}</span>
</div> </div>
<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> <span class="body-2">{{ serverInfo.license.license.dbId }}</span>
</div> </div>
<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> <span class="body-2">{{ serverInfo.license.license.keySerial }}</span>
</div> </div>
<div> <div>
<span class="ml-4 body-1">{{ this.$gzlocale.get("LicenseExpiration") }}:</span> <span class="ml-4 body-1"
<span class="body-2">{{ serverInfo.license.license.licenseExpiration }}</span> >{{ this.$gzlocale.get("LicenseExpiration") }}:</span
>
<span class="body-2">{{
serverInfo.license.license.licenseExpiration
}}</span>
</div> </div>
<div> <div>
<span class="ml-4 body-1">{{ this.$gzlocale.get("SupportedUntil") }}:</span> <span class="ml-4 body-1"
<span class="body-2">{{ serverInfo.license.license.maintenanceExpiration }}</span> >{{ this.$gzlocale.get("SupportedUntil") }}:</span
>
<span class="body-2">{{
serverInfo.license.license.maintenanceExpiration
}}</span>
</div> </div>
<v-divider class="mt-4"></v-divider> <v-divider class="mt-4"></v-divider>
<v-subheader>{{ this.$gzlocale.get("LicensedOptions") }}</v-subheader> <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="ml-4 body-1">{{ item.Feature }}</span>
<span class="body-2">{{ item.Count ? ": " + item.Count : "" }}</span> <span class="body-2">{{ item.Count ? ": " + item.Count : "" }}</span>
</div> </div>