This commit is contained in:
2020-10-20 17:38:16 +00:00
parent 83891eb3ac
commit 67e908f2cc
51 changed files with 89 additions and 114 deletions

View File

@@ -1,5 +1,5 @@
<template>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<UnderConstruction data-cy="underconstruction" />
</template>
<script>

View File

@@ -13,7 +13,7 @@
:singleSelect="false"
:reload="reload"
v-on:selection-change="handleSelected"
:data-cy="!!$ay.dev ? 'attachTable' : false"
data-cy="attachTable"
>
</gz-data-table>

View File

@@ -18,7 +18,7 @@
show-size
:label="$ay.t('SmallLogo')"
:rules="rules"
:data-cy="!!$ay.dev ? 'uploadSmall' : false"
data-cy="uploadSmall"
></v-file-input>
<v-btn color="primary" text @click="remove('small')">{{
$ay.t("Delete")

View File

@@ -19,7 +19,7 @@
item-value="id"
:label="$ay.t('PickListTemplates')"
@input="templateSelected"
:data-cy="!!$ay.dev ? 'selectTemplate' : false"
data-cy="selectTemplate"
:disabled="formState.dirty"
>
</v-select>
@@ -52,7 +52,7 @@
:ref="item.key"
:disabled="item.required"
@change="includeChanged(item)"
:data-cy="!!$ay.dev ? item.key + 'Include' : false"
:data-cy="item.key + 'Include'"
></v-checkbox>
<!-- RE-ORDER CONTROL -->
<div class="d-flex justify-space-between">

View File

@@ -4,17 +4,13 @@
<v-card class="mx-auto" v-if="formState.ready">
<v-list subheader>
<v-subheader>{{ $ay.t("UserInterfaceSettings") }}</v-subheader>
<v-list-item
link
to="adm-global-logo"
:data-cy="!!$ay.dev ? 'logo' : false"
>
<v-list-item link to="adm-global-logo" data-cy="logo">
<v-list-item-title>{{ $ay.t("GlobalLogo") }}</v-list-item-title>
</v-list-item>
<v-list-item
link
to="adm-global-select-templates"
:data-cy="!!$ay.dev ? 'pickListTemplates' : false"
data-cy="pickListTemplates"
>
<v-list-item-title>{{
$ay.t("PickListTemplates")

View File

@@ -9,7 +9,7 @@
:singleSelect="false"
:reload="reload"
v-on:selection-change="handleSelected"
:data-cy="!!$ay.dev ? 'historyTable' : false"
data-cy="historyTable"
>
</gz-data-table>
</div>

View File

@@ -7,7 +7,7 @@
<template v-if="showLicenseUi() == 'ok'">
<!-- Normal active license UI -->
<v-col cols="12" md="7">
<v-card :data-cy="!!$ay.dev ? 'licenseCard' : false">
<v-card data-cy="licenseCard">
<v-list two-line subheader>
<v-subheader>{{ $ay.t("HelpLicense") }}</v-subheader>

View File

@@ -1,5 +1,5 @@
<template>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<UnderConstruction data-cy="underconstruction" />
</template>
<script>

View File

@@ -1,5 +1,5 @@
<template>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<UnderConstruction data-cy="underconstruction" />
</template>
<script>

View File

@@ -1,5 +1,5 @@
<template>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<UnderConstruction data-cy="underconstruction" />
</template>
<script>

View File

@@ -1,5 +1,5 @@
<template>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<UnderConstruction data-cy="underconstruction" />
</template>
<script>

View File

@@ -1,5 +1,5 @@
<template>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<UnderConstruction data-cy="underconstruction" />
</template>
<script>

View File

@@ -3,7 +3,8 @@
<h1>
//DASHBOARD - KPI / METRICS / CHARTS AND STUFF APPROPRIATE TO ROLE
</h1>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<!-- <UnderConstruction data-cy="underconstruction" /> -->
<UnderConstruction data-cy="underconstruction" />
</div>
</template>

View File

@@ -1,5 +1,5 @@
<template>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<UnderConstruction data-cy="underconstruction" />
</template>
<script>

View File

@@ -1,5 +1,5 @@
<template>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<UnderConstruction data-cy="underconstruction" />
</template>
<script>

View File

@@ -1,5 +1,5 @@
<template>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<UnderConstruction data-cy="underconstruction" />
</template>
<script>

View File

@@ -12,7 +12,7 @@
ref="searchPhrase"
@change="getDataFromApi()"
hint="text, *xt, te*"
:data-cy="!!$ay.dev ? 'phrase' : false"
data-cy="phrase"
></v-text-field>
</v-col>
<v-col cols="12" sm="4" lg="4" xl="3">
@@ -26,9 +26,7 @@
</v-col>
<v-col cols="12" sm="4" lg="4" xl="3">
<v-btn color="primary" v-on:click="getDataFromApi()" value="SEARCH">
<v-icon :data-cy="!!$ay.dev ? 'btnsearch' : false"
>$ayiSearch</v-icon
>
<v-icon data-cy="btnsearch">$ayiSearch</v-icon>
</v-btn>
</v-col>
@@ -52,7 +50,7 @@
<v-list-item link :key="item.index">
<v-list-item-content
@click="openItem(item)"
:data-cy="!!$ay.dev ? 'btnopenitem' + item.index : false"
:data-cy="'btnopenitem' + item.index"
>
<v-list-item-title v-text="item.name"></v-list-item-title>
<v-list-item-subtitle
@@ -64,9 +62,7 @@
<v-icon
color="grey lighten-1"
large
:data-cy="
!!$ay.dev ? 'btnexcerpt' + item.index : false
"
:data-cy="'btnexcerpt' + item.index"
>$ayiInfoCircle</v-icon
>
</v-btn>

View File

@@ -1,5 +1,5 @@
<template>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<UnderConstruction data-cy="underconstruction" />
</template>
<script>

View File

@@ -1,5 +1,5 @@
<template>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<UnderConstruction data-cy="underconstruction" />
</template>
<script>

View File

@@ -1,5 +1,5 @@
<template>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<UnderConstruction data-cy="underconstruction" />
</template>
<script>

View File

@@ -1,5 +1,5 @@
<template>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<UnderConstruction data-cy="underconstruction" />
</template>
<script>

View File

@@ -1,5 +1,5 @@
<template>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<UnderConstruction data-cy="underconstruction" />
</template>
<script>

View File

@@ -1,5 +1,5 @@
<template>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<UnderConstruction data-cy="underconstruction" />
</template>
<script>

View File

@@ -1,5 +1,5 @@
<template>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<UnderConstruction data-cy="underconstruction" />
</template>
<script>

View File

@@ -1,5 +1,5 @@
<template>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<UnderConstruction data-cy="underconstruction" />
</template>
<script>

View File

@@ -1,5 +1,5 @@
<template>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<UnderConstruction data-cy="underconstruction" />
</template>
<script>

View File

@@ -1,5 +1,5 @@
<template>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<UnderConstruction data-cy="underconstruction" />
</template>
<script>

View File

@@ -1,5 +1,5 @@
<template>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<UnderConstruction data-cy="underconstruction" />
</template>
<script>

View File

@@ -1,5 +1,5 @@
<template>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<UnderConstruction data-cy="underconstruction" />
</template>
<script>

View File

@@ -1,5 +1,5 @@
<template>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<UnderConstruction data-cy="underconstruction" />
</template>
<script>

View File

@@ -1,5 +1,5 @@
<template>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<UnderConstruction data-cy="underconstruction" />
</template>
<script>

View File

@@ -1,5 +1,5 @@
<template>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<UnderConstruction data-cy="underconstruction" />
</template>
<script>

View File

@@ -1,5 +1,5 @@
<template>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<UnderConstruction data-cy="underconstruction" />
</template>
<script>

View File

@@ -1,5 +1,5 @@
<template>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<UnderConstruction data-cy="underconstruction" />
</template>
<script>

View File

@@ -1,5 +1,5 @@
<template>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<UnderConstruction data-cy="underconstruction" />
</template>
<script>

View File

@@ -1,5 +1,5 @@
<template>
<UnderConstruction :data-cy="!!$ay.dev ? 'underconstruction' : false" />
<UnderConstruction data-cy="underconstruction" />
</template>
<script>