mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
User management - Add icon to user groups
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
This commit is contained in:
parent
d683c92241
commit
971ac9322b
6 changed files with 8 additions and 7 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -79,7 +79,8 @@
|
|||
:key="group.id"
|
||||
:exact="true"
|
||||
:title="group.title"
|
||||
:to="{ name: 'group', params: { selectedGroup: encodeURIComponent(group.id) } }">
|
||||
:to="{ name: 'group', params: { selectedGroup: encodeURIComponent(group.id) } }"
|
||||
icon="icon-group">
|
||||
<AppNavigationCounter v-if="group.count" slot="counter">
|
||||
{{ group.count }}
|
||||
</AppNavigationCounter>
|
||||
|
|
|
|||
Loading…
Reference in a new issue