This commit is contained in:
2021-03-01 17:39:43 +00:00
parent 64e63532d5
commit e041977c4c
11 changed files with 21 additions and 0 deletions

View File

@@ -251,6 +251,7 @@
:loading-text="$ay.t('Loading')"
class="elevation-1"
data-cy="datatable"
:no-data-text="$ay.t('NoData')"
>
<template v-slot:body="{ items }">
<v-row>

View File

@@ -16,6 +16,7 @@
:disable-filtering="true"
hide-default-footer
hide-default-header
:no-data-text="$ay.t('NoData')"
>
</v-data-table>
</div>

View File

@@ -99,6 +99,7 @@
}"
:header-props="{ sortByText: $ay.t('Sort') }"
:search="search"
:no-data-text="$ay.t('NoData')"
must-sort
>
<template

View File

@@ -700,6 +700,7 @@
:show-select="false"
:header-props="{ sortByText: $ay.t('Sort') }"
data-cy="custUsersTable"
:no-data-text="$ay.t('NoData')"
>
<template v-slot:[`item.active`]="{ item }">
<v-simple-checkbox

View File

@@ -609,6 +609,7 @@
:show-select="false"
:header-props="{ sortByText: $ay.t('Sort') }"
data-cy="custUsersTable"
:no-data-text="$ay.t('NoData')"
>
<template v-slot:[`item.active`]="{ item }">
<v-simple-checkbox

View File

@@ -11,6 +11,7 @@
@click:row="rowClick"
:header-props="{ sortByText: $ay.t('Sort') }"
data-cy="subsTable"
:no-data-text="$ay.t('NoData')"
>
</v-data-table>
</div>

View File

@@ -237,6 +237,7 @@
data-cy="itemsTable"
dense
:item-class="poItemsRowClasses"
:no-data-text="$ay.t('NoData')"
>
<template v-slot:top>
<v-col cols="12">
@@ -745,6 +746,7 @@
hide-default-footer
data-cy="restockTable"
dense
:no-data-text="$ay.t('NoData')"
>
</v-data-table>
</v-col>

View File

@@ -73,6 +73,7 @@
:sort-desc="[true]"
:header-props="{ sortByText: $ay.t('Sort') }"
data-cy="backupTable"
:no-data-text="$ay.t('NoData')"
>
<template v-slot:[`item.actions`]="{ item }">
<v-btn icon :href="item.url" v-if="item.url">

View File

@@ -14,6 +14,7 @@
:disable-sort="true"
hide-default-footer
data-cy="jobsTable"
:no-data-text="$ay.t('NoData')"
>
<template v-slot:[`item.actions`]="{ item }">
<v-btn icon :href="item.url">

View File

@@ -15,6 +15,7 @@
hide-default-footer
:header-props="{ sortByText: $ay.t('Sort') }"
data-cy="notifyQueueTable"
:no-data-text="$ay.t('NoData')"
>
<template v-slot:[`item.actions`]="{ item }">
<v-icon small class="mr-2" @click="deleteItem(item)">