Skip to content

Commit 3fa9339

Browse files
authored
Merge pull request ceph#60796 from rhcs-dashboard/fix-69016-main
mgr/dashboard: Display bucket's number of shards on the ceph dashboard Reviewed-by: Afreen Misbah <[email protected]>
2 parents 892af8c + 06fd872 commit 3fa9339

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ export class RgwBucketListComponent extends ListWithDetails implements OnInit, O
100100
prop: 'object_usage',
101101
cellTemplate: this.bucketObjectTpl,
102102
flexGrow: 0.8
103+
},
104+
{
105+
name: $localize`Number of Shards`,
106+
prop: 'num_shards',
107+
flexGrow: 0.8
103108
}
104109
];
105110
const getBucketUri = () =>

0 commit comments

Comments
 (0)