]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: add tags field to bucket edit
authorPedro Gonzalez Gomez <pegonzal@redhat.com>
Thu, 2 Nov 2023 07:25:53 +0000 (08:25 +0100)
committerPedro Gonzalez Gomez <pegonzal@redhat.com>
Thu, 14 Mar 2024 11:40:56 +0000 (12:40 +0100)
commit2c950dc9c5796343aec201da24ee40635a86cb67
tree7a812f64648e86418c38cf50f40ef1e5f6011a60
parenta2901e5a3f87464515ce98ef560bbb5b621253e3
mgr/dashboard: add tags field to bucket edit

Fixes: https://tracker.ceph.com/issues/63412
Signed-off-by: Pedro Gonzalez Gomez <pegonzal@redhat.com>
(cherry picked from commit 9481b7e52dd66ee035adb234104dafdd2878e3a1)
13 files changed:
src/pybind/mgr/dashboard/controllers/rgw.py
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/bucket-tag-modal/bucket-tag-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/bucket-tag-modal/bucket-tag-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/bucket-tag-modal/bucket-tag-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/bucket-tag-modal/bucket-tag-modal.component.ts [new file with mode: 0644]
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-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/frontend/src/app/ceph/rgw/rgw.module.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-bucket.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/rgw-bucket.service.ts
src/pybind/mgr/dashboard/openapi.yaml
src/pybind/mgr/dashboard/services/rgw_client.py