]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: list subvolume groups
authorPedro Gonzalez Gomez <pegonzal@redhat.com>
Tue, 25 Jul 2023 16:16:35 +0000 (18:16 +0200)
committerPedro Gonzalez Gomez <pegonzal@redhat.com>
Wed, 9 Aug 2023 15:45:15 +0000 (17:45 +0200)
commitcd165601e8538bfea56ed8bc7057f915b1e132c8
tree46484540c90a3950bafc2cacef017fa2cb64780f
parent57717b5e17b3c0b9116d13913d3fee1ee405296b
mgr/dashboard: list subvolume groups

Fixes: https://tracker.ceph.com/issues/62168
Signed-off-by: Pedro Gonzalez Gomez <pegonzal@redhat.com>
src/pybind/mgr/dashboard/controllers/cephfs.py
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolume-group/cephfs-subvolume-group.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolume-group/cephfs-subvolume-group.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolume-group/cephfs-subvolume-group.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolume-group/cephfs-subvolume-group.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-tabs/cephfs-tabs.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs.module.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/cephfs-subvolume-group.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/cephfs-subvolume-group.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cephfs-subvolume-group.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/openapi.yaml