This commit is contained in:
@@ -78,14 +78,14 @@
|
||||
<template v-if="item.isSortable">
|
||||
<div @click="toggleSort(item)" class="pt-6">
|
||||
<v-btn x-large v-if="item.sort == null" icon>
|
||||
<v-icon x-large>fa-sort</v-icon></v-btn
|
||||
<v-icon x-large>$ayiSort</v-icon></v-btn
|
||||
>
|
||||
<v-btn
|
||||
v-if="item.sort != null && item.sort == '-'"
|
||||
icon
|
||||
x-large
|
||||
><v-icon color="primary" x-large
|
||||
>fa-sort-amount-down</v-icon
|
||||
>$ayiSortAmountDown</v-icon
|
||||
></v-btn
|
||||
>
|
||||
<v-btn
|
||||
@@ -93,7 +93,7 @@
|
||||
icon
|
||||
x-large
|
||||
><v-icon color="primary" x-large
|
||||
>fa-sort-amount-up</v-icon
|
||||
>$ayiSortAmountUp</v-icon
|
||||
></v-btn
|
||||
>
|
||||
<label class="v-label theme--light"
|
||||
|
||||
Reference in New Issue
Block a user