Same as users view, only show user count in groups view

This commit is contained in:
Johannes Zellner
2025-12-01 17:10:22 +01:00
parent 48bf73de80
commit 58cf7c720f
2 changed files with 3 additions and 7 deletions
+1 -3
View File
@@ -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" /> -->