This commit is contained in:
@@ -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')"-->
|
||||
|
||||
Reference in New Issue
Block a user