This commit is contained in:
@@ -9,8 +9,22 @@
|
||||
Revoked license ui</template
|
||||
>
|
||||
<template v-if="showLicenseUi() == 'need'">
|
||||
Needs license ui</template
|
||||
>
|
||||
<v-col cols="12">
|
||||
|
||||
<h3 class="mb-6 ml-1">{{ $ay.t("NoLicenseTitle") }}</h3>
|
||||
<v-expansion-panels focusable>
|
||||
<v-expansion-panel v-for="(item, i) in 5" :key="i">
|
||||
<v-expansion-panel-header>Item</v-expansion-panel-header>
|
||||
<v-expansion-panel-content>
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed
|
||||
do eiusmod tempor incididunt ut labore et dolore magna
|
||||
aliqua. Ut enim ad minim veniam, quis nostrud exercitation
|
||||
ullamco laboris nisi ut aliquip ex ea commodo consequat.
|
||||
</v-expansion-panel-content>
|
||||
</v-expansion-panel>
|
||||
</v-expansion-panels>
|
||||
</v-col>
|
||||
</template>
|
||||
</v-row>
|
||||
</v-form>
|
||||
</v-col>
|
||||
@@ -345,7 +359,10 @@ function initForm(vm) {
|
||||
// Ensures UI translated text is available
|
||||
//
|
||||
function fetchTranslatedText(vm) {
|
||||
return window.$gz.translation.cacheTranslations(["CheckForLicense"]);
|
||||
return window.$gz.translation.cacheTranslations([
|
||||
"CheckForLicense",
|
||||
"NoLicenseTitle"
|
||||
]);
|
||||
}
|
||||
|
||||
// //////////////////////
|
||||
|
||||
Reference in New Issue
Block a user