feat: Add tooltip to role tags for better user guidance
This commit is contained in:
parent
07c675968a
commit
0181f72208
@ -38,6 +38,7 @@
|
||||
:value="role.name"
|
||||
severity="info"
|
||||
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