forked from verdnatura/salix-front
feat: refs #7847 remove reload btn
This commit is contained in:
parent
a48c293a9a
commit
64752bbace
|
@ -231,32 +231,18 @@ function sanitizer(params) {
|
||||||
</QItemLabel>
|
</QItemLabel>
|
||||||
</QItemSection>
|
</QItemSection>
|
||||||
<QItemSection top side>
|
<QItemSection top side>
|
||||||
<div class="q-gutter-xs">
|
<QBtn
|
||||||
<QBtn
|
@click="clearFilters"
|
||||||
@click="clearFilters"
|
color="primary"
|
||||||
color="primary"
|
dense
|
||||||
dense
|
flat
|
||||||
flat
|
icon="filter_list_off"
|
||||||
icon="filter_list_off"
|
padding="none"
|
||||||
padding="none"
|
round
|
||||||
round
|
size="sm"
|
||||||
size="sm"
|
>
|
||||||
>
|
<QTooltip>{{ t('Remove filters') }}</QTooltip>
|
||||||
<QTooltip>{{ t('Remove filters') }}</QTooltip>
|
</QBtn>
|
||||||
</QBtn>
|
|
||||||
<QBtn
|
|
||||||
@click="reload"
|
|
||||||
color="primary"
|
|
||||||
dense
|
|
||||||
flat
|
|
||||||
icon="refresh"
|
|
||||||
padding="none"
|
|
||||||
round
|
|
||||||
size="sm"
|
|
||||||
>
|
|
||||||
<QTooltip>{{ t('Refresh') }}</QTooltip>
|
|
||||||
</QBtn>
|
|
||||||
</div>
|
|
||||||
</QItemSection>
|
</QItemSection>
|
||||||
</QItem>
|
</QItem>
|
||||||
<QItem class="q-mb-sm">
|
<QItem class="q-mb-sm">
|
||||||
|
|
Loading…
Reference in New Issue