This commit is contained in:
2021-02-10 15:53:45 +00:00
parent 6198714184
commit aa5a952aa4
90 changed files with 478 additions and 477 deletions

View File

@@ -1,6 +1,6 @@
<template>
<v-row v-if="formState.ready">
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
<gz-error :error-box-message="formState.errorBoxMessage"></gz-error>
<v-col>
<v-form ref="form" data-cy="licenseForm">
<v-row align="start" justify="center">
@@ -57,7 +57,7 @@
<v-list-item>
<v-list-item-content
v-bind:class="{
:class="{
'red--text text-h6':
currentLicenseInfo.maintenanceExpired
}"