Skip to content

Commit 59299c8

Browse files
author
Lenz Grimmer
authored
mgr/dashboard: Using wrong identifiers in RGW user/bucket data… (ceph#30492)
mgr/dashboard: Using wrong identifiers in RGW user/bucket datatables Reviewed-by: Tiago Melo <[email protected]>
2 parents ba4ef27 + 1271bf7 commit 59299c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
columnMode="flex"
66
selectionType="multi"
77
(updateSelection)="updateSelection($event)"
8-
identifier="bucket"
8+
identifier="bid"
99
(fetchData)="getBucketList($event)">
1010
<cd-table-actions class="table-actions"
1111
[permission]="permission"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
columnMode="flex"
66
selectionType="multi"
77
(updateSelection)="updateSelection($event)"
8-
identifier="user_id"
8+
identifier="uid"
99
(fetchData)="getUserList($event)">
1010
<cd-table-actions class="table-actions"
1111
[permission]="permission"

0 commit comments

Comments
 (0)