Skip to content

Commit

Permalink
fix: display user roles that were not created in KMC in the users tab…
Browse files Browse the repository at this point in the history
…le SUP-44608
  • Loading branch information
amirch1 committed Feb 4, 2025
1 parent 236f44c commit 6bc8e55
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
<span class="kTableColumn" [kTooltip]="user.email" [showOnEllipsis]="true">{{user.email}}</span>
</td>
<td class="ui-resizable-column">
<span class="kTableColumn" [kTooltip]="user.roleName" [showOnEllipsis]="true">
{{user.roleName}}
<span class="kTableColumn" [kTooltip]="user.roleNames" [showOnEllipsis]="true">
{{user.roleNames}}
</span>
</td>
<td class="ui-resizable-column" [ngStyle]="{'padding-left': '14px', 'width': '100px'}">
Expand Down

0 comments on commit 6bc8e55

Please sign in to comment.