Attempt to add table row action favorites in users view
This commit is contained in:
@@ -256,7 +256,8 @@ onMounted(async () => {
|
||||
</span>
|
||||
</template>
|
||||
<template #actions="user">
|
||||
<div style="text-align: right;">
|
||||
<div class="table-actions">
|
||||
<Button tool plain secondary small :disabled="!canEdit(user)" @click.capture="onEditOrAddUser(user)" :tooltip="$t('main.action.edit')" icon="fa-solid fa-pencil-alt" />
|
||||
<Button tool plain secondary @click.capture="onUserActionMenu(user, $event)" icon="fa-solid fa-ellipsis" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user