This commit is contained in:
2020-10-20 18:51:40 +00:00
parent 67e908f2cc
commit db2fc91238
31 changed files with 91 additions and 100 deletions

View File

@@ -16,7 +16,7 @@
<v-radio
:label="$ay.t('ServerStateOpen')"
value="Open"
:data-cy="!!$ay.dev ? 'serverStateOpen' : false"
data-cy="serverStateOpen"
></v-radio>
<v-radio
:label="$ay.t('ServerStateOps')"
@@ -32,7 +32,7 @@
:label="$ay.t('ServerStateReason')"
:error-messages="form().serverErrors(this, 'reason')"
ref="reason"
:data-cy="!!$ay.dev ? 'reason' : false"
data-cy="reason"
@input="fieldValueChanged('reason')"
auto-grow
:clearable="!formState.readOnly"