This commit is contained in:
@@ -107,13 +107,20 @@
|
|||||||
large
|
large
|
||||||
>fa-sort-amount-up</v-icon
|
>fa-sort-amount-up</v-icon
|
||||||
>
|
>
|
||||||
<label
|
<label class="v-label theme--light"
|
||||||
class="v-label theme--light"
|
|
||||||
style="left: 0px; right: auto; position: relative;"
|
|
||||||
> {{ lt("Sort") }}</label
|
> {{ lt("Sort") }}</label
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
<template v-if="item.isFilterable">
|
||||||
|
<v-divider class="mx-4 my-5"></v-divider>
|
||||||
|
<div>
|
||||||
|
<v-icon large>fa-filter</v-icon>
|
||||||
|
<label class="v-label theme--light"
|
||||||
|
> {{ lt("Filter") }}</label
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
</v-card-text>
|
</v-card-text>
|
||||||
</v-card>
|
</v-card>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|||||||
Reference in New Issue
Block a user