]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: cephfs volume creation form
authorPere Diaz Bou <pere-altea@hotmail.com>
Tue, 18 Jul 2023 19:30:17 +0000 (21:30 +0200)
committerNizamudeen A <nia@redhat.com>
Wed, 16 Aug 2023 05:21:46 +0000 (10:51 +0530)
commit14c37754868906a7b3d3d92a9227ced2b1710fab
treec96e5cbc20bca63c9848e89f59f0f6e9a1b48226
parent5de542ad87f220bb335bc2c83279e36a129510f9
mgr/dashboard: cephfs volume creation form

Fixes: https://tracker.ceph.com/issues/62085
Signed-off-by: Pere Diaz Bou <pere-altea@hotmail.com>
(cherry picked from commit fa35ea07e937d9307c3f20c08b9bc45f0a2285e0)

 Conflicts:
src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts
  - Remove the UpgradeComponent import
14 files changed:
src/pybind/mgr/dashboard/controllers/cephfs.py
src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-directories/cephfs-directories.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-form/cephfs-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-form/cephfs-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-form/cephfs-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-form/cephfs-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-list/cephfs-list.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-list/cephfs-list.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-list/cephfs-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs.module.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/cephfs.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/task-message.service.ts
src/pybind/mgr/dashboard/openapi.yaml