This commit is contained in:
@@ -1,15 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<v-alert
|
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
||||||
ref="errorbox"
|
|
||||||
v-show="formState.errorBoxMessage"
|
|
||||||
color="error"
|
|
||||||
icon="fa-exclamation-circle "
|
|
||||||
transition="scale-transition"
|
|
||||||
class="multi-line"
|
|
||||||
outlined
|
|
||||||
>{{ formState.errorBoxMessage }}</v-alert
|
|
||||||
>
|
|
||||||
<v-card>
|
<v-card>
|
||||||
<v-card-title>
|
<v-card-title>
|
||||||
<v-select
|
<v-select
|
||||||
|
|||||||
@@ -11,18 +11,7 @@
|
|||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
></button>
|
></button>
|
||||||
<v-row>
|
<v-row>
|
||||||
<v-col cols="12" mt-1 mb-2>
|
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
||||||
<v-alert
|
|
||||||
ref="errorbox"
|
|
||||||
v-show="formState.errorBoxMessage"
|
|
||||||
color="error"
|
|
||||||
icon="fa-exclamation-circle "
|
|
||||||
transition="scale-transition"
|
|
||||||
class="multi-line"
|
|
||||||
outlined
|
|
||||||
>{{ formState.errorBoxMessage }}</v-alert
|
|
||||||
>
|
|
||||||
</v-col>
|
|
||||||
<v-col cols="12">
|
<v-col cols="12">
|
||||||
<v-select
|
<v-select
|
||||||
v-model="templateId"
|
v-model="templateId"
|
||||||
|
|||||||
@@ -1,17 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<v-row row v-if="this.formState.ready">
|
<v-row row v-if="this.formState.ready">
|
||||||
<v-col cols="12" mt-1 mb-2 v-if="formState.errorBoxMessage">
|
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
||||||
<v-alert
|
|
||||||
ref="errorbox"
|
|
||||||
v-show="formState.errorBoxMessage"
|
|
||||||
color="error"
|
|
||||||
icon="fa-exclamation-circle "
|
|
||||||
transition="scale-transition"
|
|
||||||
class="multi-line"
|
|
||||||
outlined
|
|
||||||
>{{ formState.errorBoxMessage }}</v-alert
|
|
||||||
>
|
|
||||||
</v-col>
|
|
||||||
<v-col>
|
<v-col>
|
||||||
<v-card id="ayaNovaVersioncard">
|
<v-card id="ayaNovaVersioncard">
|
||||||
<v-subheader>{{ $ay.t("ClientApp") }}</v-subheader>
|
<v-subheader>{{ $ay.t("ClientApp") }}</v-subheader>
|
||||||
|
|||||||
@@ -4,19 +4,7 @@
|
|||||||
<v-col>
|
<v-col>
|
||||||
<v-form ref="form">
|
<v-form ref="form">
|
||||||
<v-row>
|
<v-row>
|
||||||
<v-col cols="12" mt-1 mb-2>
|
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
||||||
<v-alert
|
|
||||||
ref="errorbox"
|
|
||||||
v-show="formState.errorBoxMessage"
|
|
||||||
color="error"
|
|
||||||
icon="fa-exclamation-circle "
|
|
||||||
transition="scale-transition"
|
|
||||||
class="multi-line"
|
|
||||||
outlined
|
|
||||||
>{{ formState.errorBoxMessage }}</v-alert
|
|
||||||
>
|
|
||||||
</v-col>
|
|
||||||
|
|
||||||
<template v-for="item in obj">
|
<template v-for="item in obj">
|
||||||
<v-col :key="item.key" cols="12" sm="6" lg="4" xl="3" px-2>
|
<v-col :key="item.key" cols="12" sm="6" lg="4" xl="3" px-2>
|
||||||
<v-card :data-cy="!!$ay.dev ? item.key : false">
|
<v-card :data-cy="!!$ay.dev ? item.key : false">
|
||||||
|
|||||||
@@ -18,18 +18,7 @@
|
|||||||
<v-col>
|
<v-col>
|
||||||
<v-form ref="form">
|
<v-form ref="form">
|
||||||
<v-row>
|
<v-row>
|
||||||
<v-col cols="12" mt-1 mb-2>
|
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
||||||
<v-alert
|
|
||||||
ref="errorbox"
|
|
||||||
v-show="formState.errorBoxMessage"
|
|
||||||
color="error"
|
|
||||||
icon="fa-exclamation-circle "
|
|
||||||
transition="scale-transition"
|
|
||||||
class="multi-line"
|
|
||||||
outlined
|
|
||||||
>{{ formState.errorBoxMessage }}</v-alert
|
|
||||||
>
|
|
||||||
</v-col>
|
|
||||||
<v-col cols="12">
|
<v-col cols="12">
|
||||||
<v-row>
|
<v-row>
|
||||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||||
|
|||||||
@@ -1,17 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<v-row row v-if="this.formState.ready">
|
<v-row row v-if="this.formState.ready">
|
||||||
<v-col cols="12" mt-1 mb-2 v-if="formState.errorBoxMessage">
|
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
||||||
<v-alert
|
|
||||||
ref="errorbox"
|
|
||||||
v-show="formState.errorBoxMessage"
|
|
||||||
color="error"
|
|
||||||
icon="fa-exclamation-circle "
|
|
||||||
transition="scale-transition"
|
|
||||||
class="multi-line"
|
|
||||||
outlined
|
|
||||||
>{{ formState.errorBoxMessage }}</v-alert
|
|
||||||
>
|
|
||||||
</v-col>
|
|
||||||
<v-col>
|
<v-col>
|
||||||
<v-textarea v-model="logText" full-width readonly auto-grow></v-textarea>
|
<v-textarea v-model="logText" full-width readonly auto-grow></v-textarea>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|||||||
@@ -4,19 +4,7 @@
|
|||||||
<v-col>
|
<v-col>
|
||||||
<v-form ref="form">
|
<v-form ref="form">
|
||||||
<v-row>
|
<v-row>
|
||||||
<v-col cols="12" mt-1 mb-2>
|
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
||||||
<v-alert
|
|
||||||
ref="errorbox"
|
|
||||||
v-show="formState.errorBoxMessage"
|
|
||||||
color="error"
|
|
||||||
icon="fa-exclamation-circle "
|
|
||||||
transition="scale-transition"
|
|
||||||
class="multi-line"
|
|
||||||
outlined
|
|
||||||
>{{ formState.errorBoxMessage }}</v-alert
|
|
||||||
>
|
|
||||||
</v-col>
|
|
||||||
<!-- {{ formState }} -->
|
|
||||||
<v-col cols="12">
|
<v-col cols="12">
|
||||||
<v-text-field
|
<v-text-field
|
||||||
name="username"
|
name="username"
|
||||||
|
|||||||
@@ -4,19 +4,7 @@
|
|||||||
<v-col>
|
<v-col>
|
||||||
<v-form ref="form">
|
<v-form ref="form">
|
||||||
<v-row>
|
<v-row>
|
||||||
<v-col cols="12" mt-1 mb-2>
|
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
||||||
<v-alert
|
|
||||||
ref="errorbox"
|
|
||||||
v-show="formState.errorBoxMessage"
|
|
||||||
color="error"
|
|
||||||
icon="fa-exclamation-circle "
|
|
||||||
transition="scale-transition"
|
|
||||||
class="multi-line"
|
|
||||||
outlined
|
|
||||||
>{{ formState.errorBoxMessage }}</v-alert
|
|
||||||
>
|
|
||||||
</v-col>
|
|
||||||
|
|
||||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||||
<v-select
|
<v-select
|
||||||
v-model="obj.translationId"
|
v-model="obj.translationId"
|
||||||
|
|||||||
@@ -4,19 +4,6 @@
|
|||||||
<v-col>
|
<v-col>
|
||||||
<v-form ref="form">
|
<v-form ref="form">
|
||||||
<v-row>
|
<v-row>
|
||||||
<!-- <v-col cols="12" mt-1 mb-2>
|
|
||||||
<v-alert
|
|
||||||
ref="errorbox"
|
|
||||||
:data-cy="!!$ay.dev ? 'errorbox' : false"
|
|
||||||
v-show="formState.errorBoxMessage"
|
|
||||||
color="error"
|
|
||||||
icon="fa-exclamation-circle "
|
|
||||||
transition="scale-transition"
|
|
||||||
class="multi-line"
|
|
||||||
outlined
|
|
||||||
>{{ formState.errorBoxMessage }}</v-alert
|
|
||||||
>
|
|
||||||
</v-col> -->
|
|
||||||
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
||||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||||
<v-text-field
|
<v-text-field
|
||||||
|
|||||||
Reference in New Issue
Block a user