Skip to content

Commit 7ca0d71

Browse files
author
Dnyaneshwari
committed
mgr/dashboard: Wrong(half) uid is observed in dashboard
Fixes: https://tracker.ceph.com/issues/67850 Signed-off-by: Dnyaneshwari Talwekar <[email protected]>
1 parent 418b53c commit 7ca0d71

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
@@ -36,7 +36,7 @@
3636
<tr>
3737
<td i18n
3838
class="bold w-25">User ID</td>
39-
<td class="w-75">{{ user.user_id }}</td>
39+
<td class="w-75">{{ user.uid }}</td>
4040
</tr>
4141
<tr>
4242
<td i18n

0 commit comments

Comments
 (0)