feat: Add tooltip to role tags for better user guidance

This commit is contained in:
olli 2025-11-08 17:10:14 +01:00
parent 07c675968a
commit 0181f72208

View File

@ -37,7 +37,8 @@
:key="role['@id'] || role.id" :key="role['@id'] || role.id"
:value="role.name" :value="role.name"
severity="info" 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"> <span v-if="!data.userRoles || data.userRoles.length === 0" class="text-muted">
Keine Rollen Keine Rollen