This commit is contained in:
2020-10-20 20:42:03 +00:00
parent 776217addc
commit 28d2443368
6 changed files with 9 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
export default {
version: "8.0.0-alpha.83",
version: "8.0.0-alpha.84",
copyright: "© 1999-2020, Ground Zero Tech-Works Inc."
};

View File

@@ -2,12 +2,12 @@
<v-row v-if="formState.ready">
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
<v-col>
<v-form ref="form">
<v-form ref="form" data-cy="licenseForm">
<v-row align="start" justify="center">
<template v-if="showLicenseUi() == 'ok'">
<!-- Normal active license UI -->
<v-col cols="12" md="7">
<v-card data-cy="licenseCard">
<v-card>
<v-list two-line subheader>
<v-subheader>{{ $ay.t("HelpLicense") }}</v-subheader>