This commit is contained in:
2019-05-27 20:19:25 +00:00
parent 7202800ece
commit eaae264f83
2 changed files with 8 additions and 5 deletions

View File

@@ -17,7 +17,6 @@ NEXT TODOS:
- In the log it was ok at the top and backing out and back in Log showed properly in the menu from the about page so it seemed to refresh when went into the log
- TODO: Check if ??Log is fetched on About page or prefetched or where it's fetched and is it doing it properly with a Promise Chain
## NEXT UP ##
- On pixel probably all though:
- Selected 420 in the widget edit form but it shows as 11:20 on the main list, localization time issue
- Retest on desktop, probably a general date time conversion bug

View File

@@ -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;