Same as users view, only show user count in groups view
This commit is contained in:
@@ -253,9 +253,7 @@ onMounted(async () => {
|
||||
<span class="text-muted" style="margin: 0 6px" v-else>{{ user.email }}</span>
|
||||
<i v-show="user.source" class="far fa-address-book" v-tooltip="$t('users.users.externalLdapTooltip')"></i>
|
||||
</template>
|
||||
<template #groups="user">
|
||||
<span class="group-label">{{ user.groupIds.length }}</span>
|
||||
</template>
|
||||
<template #groups="user">{{ user.groupIds.length }}</template>
|
||||
<template #actions="user">
|
||||
<div class="table-actions">
|
||||
<!-- <Button tool plain secondary :disabled="!canEdit(user)" @click.capture="onEditOrAddUser(user)" :tooltip="$t('main.action.edit')" icon="fa-solid fa-pencil-alt" /> -->
|
||||
|
||||
Reference in New Issue
Block a user