footer links

This commit is contained in:
les
2020-10-07 10:06:49 +02:00
parent 63a717e4ff
commit 69b9ff42f5
4 changed files with 71 additions and 57 deletions

View File

@@ -8,7 +8,7 @@
:headers='headers')
template(v-slot:item.actions='{ item }')
v-btn(text small @click.stop='toggle(item)'
:color='item.visible?"warning":"success"') {{item.visible?$t('common.deactivate'):$t('common.activate')}}
:color='item.visible?"warning":"success"') {{item.visible?$t('common.disable'):$t('common.enable')}}
v-btn(text small @click='edit(item)') {{$t('common.edit')}}
v-btn(text small @click='remove(item)'
color='error') {{$t('common.delete')}}