This commit is contained in:
@@ -22,9 +22,12 @@
|
||||
</div>
|
||||
<div>
|
||||
<span class="ml-4 body-1">{{ this.$gzlocale.get("User") }}:</span>
|
||||
<span class="body-2"
|
||||
>{{ clientInfo.userName }}{{ this.$store.state.userName }}</span
|
||||
>
|
||||
<span class="body-2">{{ this.$store.state.userName }}</span>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<span class="ml-4 body-1">{{ this.$gzlocale.get("UserTimeZoneOffset") }}:</span>
|
||||
<span class="body-2">{{ this.$gzlocale.timeZoneOffset }}</span>
|
||||
</div>
|
||||
|
||||
<v-divider class="mt-4"></v-divider>
|
||||
@@ -178,7 +181,8 @@ export default {
|
||||
"LicensedOptions",
|
||||
"Log",
|
||||
"User",
|
||||
"Browser"
|
||||
"Browser",
|
||||
"UserTimeZoneOffset"
|
||||
])
|
||||
.then(function() {
|
||||
vm.formState.ready = true;
|
||||
|
||||
Reference in New Issue
Block a user