Skip to content

Commit 73c1934

Browse files
authored
Merge pull request ceph#59554 from rhcs-dashboard/WrongUIDForUSer
mgr/dashboard: Wrong(half) uid is observed in dashboard Reviewed-by: Afreen Misbah <[email protected]>
2 parents 53cc78b + 7ca0d71 commit 73c1934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-details/rgw-user-details.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<tr>
2727
<td i18n
2828
class="bold w-25">User ID</td>
29-
<td class="w-75">{{ user.user_id }}</td>
29+
<td class="w-75">{{ user.uid }}</td>
3030
</tr>
3131
<tr>
3232
<td i18n

0 commit comments

Comments
 (0)