This commit is contained in:
2020-04-03 20:57:09 +00:00
parent f12cb6628e
commit 7553f1be69
3 changed files with 42 additions and 4 deletions

View File

@@ -19,16 +19,17 @@
item-value="id"
:label="t('DataListView')"
@input="listViewChanged"
data-cy="selectlistview"
>
</v-select>
<v-spacer></v-spacer>
<div>
<v-btn @click="refresh">
<v-icon>fa-sync</v-icon>
<v-icon data-cy="refresh">fa-sync</v-icon>
</v-btn>
<v-btn class="ml-12" @click="editListView">
<v-icon>fa-filter</v-icon>
<v-icon data-cy="filter">fa-filter</v-icon>
</v-btn>
</div>
</v-card-title>
@@ -60,6 +61,7 @@
:loading-text="t('Loading')"
:no-data-text="t('NoData')"
class="elevation-1"
data-cy="datatable-wide"
>
<template v-slot:body="{ items }">
<tbody>
@@ -176,6 +178,7 @@
}"
:loading-text="t('Loading')"
class="elevation-1"
data-cy="datatable-mobile"
>
<template v-slot:header="props">
<!-- Mimic the full width data table select all toggle :no-data-text="t('NoData')"-->