Checkpoint commit, about to upgrade a bunch of client stuff most notably vuetify 2.3 from 2.2.3
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
<template>
|
||||
|
||||
<v-app>
|
||||
<div class="display-4">
|
||||
qqHere is some test textsldfjkasl;dfjkl;asdfjkl;asdfjk
|
||||
</div>
|
||||
<gznotify ref="gznotify"></gznotify>
|
||||
<gzconfirm ref="gzconfirm"></gzconfirm>
|
||||
<!-- <gzreportselector ref="gzreportselector"></gzreportselector> -->
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
<template>
|
||||
<v-row v-if="formState.ready">
|
||||
<v-col>
|
||||
<div class="text-h1">
|
||||
qqHere is some test textsldfjkasl;dfjkl;asdfjkl;asdfjk
|
||||
</div>
|
||||
</v-col>
|
||||
<v-col>
|
||||
<v-form ref="form">
|
||||
<v-row>
|
||||
@@ -7,14 +12,16 @@
|
||||
<template v-if="showLicenseUi() == 'ok'">
|
||||
<!-- Normal active license UI -->
|
||||
<div>
|
||||
|
||||
<span class="ml-1 ml-sm-6 text-body-2 text-sm-body-1"
|
||||
>{{ $ay.t("RegisteredUser") }}:
|
||||
</span>
|
||||
<span class="body-2">{{ currentLicenseInfo.licensedTo }}</span>
|
||||
|
||||
<div>
|
||||
<span class="ml-6 body-1">{{ $ay.t("DatabaseID") }}: </span>
|
||||
<span class="ml-1 ml-sm-6 text-body-2 text-sm-body-1"
|
||||
>{{ $ay.t("RegisteredUser") }}:
|
||||
</span>
|
||||
<span class="ml-1 ml-sm-6 text-subtitle-2 text-lg-h6"
|
||||
>abcdefg{{ currentLicenseInfo.licensedTo }}</span
|
||||
>
|
||||
</div>
|
||||
<div>
|
||||
<span class="ml-6 text-xl-h1">{{ $ay.t("DatabaseID") }}: </span>
|
||||
<span class="body-2">{{ currentLicenseInfo.serverDbId }}</span>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user