]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: get bucket replication info
authorNizamudeen A <nia@redhat.com>
Fri, 7 Jun 2024 13:13:00 +0000 (18:43 +0530)
committerNizamudeen A <nia@redhat.com>
Fri, 21 Jun 2024 11:16:23 +0000 (16:46 +0530)
commit9cdb55c2d2ed6f6ca4ab51d0cd40943107d90c0d
tree78feb7052246b380ea9ab5ded08cd1db6c16c7f8
parent013d0826c12e4bfc9dc2b8984b1605694ac7d2ea
mgr/dashboard: get  bucket replication info

- Show bucket replication status and replication policy in the details
view

Fixes: https://tracker.ceph.com/issues/66241
Signed-off-by: Nizamudeen A <nia@redhat.com>
src/pybind/mgr/dashboard/controllers/rgw.py
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-details/rgw-bucket-details.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-form/rgw-bucket-form.component.ts
src/pybind/mgr/dashboard/services/rgw_client.py