mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -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
11a252814e
commit
0ce687fd33
6 changed files with 9 additions and 8 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
|
|
@ -81,7 +81,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