]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: bucket lifecycle fixes after using xmltodict package 62100/head
authorNaman Munet <naman.munet@ibm.com>
Tue, 4 Mar 2025 10:26:21 +0000 (15:56 +0530)
committerNaman Munet <naman.munet@ibm.com>
Wed, 19 Mar 2025 13:51:25 +0000 (19:21 +0530)
commit8f7f923e945bb466461caa581ef0edef0d276e3c
treee918e81acf20e0fb644ae56c66e527d9457644e7
parent6e4da22a7242cc55af47d19c01c94c6966851f4a
mgr/dashboard: bucket lifecycle fixes after using xmltodict package

Fixes: https://tracker.ceph.com/issues/70275
Signed-off-by: Naman Munet <naman.munet@ibm.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/models/rgw-bucket-lifecycle.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-lifecycle-list/rgw-bucket-lifecycle-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-tiering-form/rgw-bucket-tiering-form.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-tiering-form/rgw-bucket-tiering-form.component.ts
src/pybind/mgr/dashboard/services/rgw_client.py