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:
szaimen 2021-07-26 13:09:44 +02:00 committed by John Molakvoæ (skjnldsv)
parent fcf82d5e6d
commit 4c50241102
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF
7 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

File diff suppressed because one or more lines are too long

View file

@ -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>