Attempt to add table row action favorites in users view
This commit is contained in:
@@ -229,6 +229,12 @@ a.pankow-breadcrumb-item {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.table-actions {
|
||||
display: flex;
|
||||
gap: 5px;
|
||||
justify-content: end;
|
||||
}
|
||||
|
||||
/* info table label:value in Sections */
|
||||
.info-row {
|
||||
display: flex;
|
||||
|
||||
@@ -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