feat: Add tooltip to role tags for better user guidance
This commit is contained in:
parent
07c675968a
commit
0181f72208
@ -37,7 +37,8 @@
|
||||
:key="role['@id'] || role.id"
|
||||
:value="role.name"
|
||||
severity="info"
|
||||
class="mr-1"
|
||||
class="mr-1"
|
||||
v-tooltip.top="role.description || role.name"
|
||||
/>
|
||||
<span v-if="!data.userRoles || data.userRoles.length === 0" class="text-muted">
|
||||
Keine Rollen
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user