]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: CephFS snapshot management UI 30996/head
authorStephan Müller <smueller@suse.com>
Tue, 15 Oct 2019 13:37:44 +0000 (15:37 +0200)
committerStephan Müller <smueller@suse.com>
Tue, 19 Nov 2019 11:27:39 +0000 (12:27 +0100)
commitbde9aa61ec232a354a01e2cc62e36c707411726a
tree6845eafbb0b40d63c64dc78e4dbbdb5a45e3dd46
parent71633b25271e44fda3d29de2de10960f40de9702
mgr/dashboard: CephFS snapshot management UI

CephFS snapshots can now be created on a directory basis. Multiple
snapshots can be deleted at once.

Fixes: https://tracker.ceph.com/issues/41791
Signed-off-by: Volker Theile <vtheile@suse.com>
Signed-off-by: Stephan Müller <smueller@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-directories/cephfs-directories.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-directories/cephfs-directories.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-directories/cephfs-directories.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/cephfs.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/cephfs.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/components.module.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/form-modal/form-modal.component.html [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/form-modal/form-modal.component.scss [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/form-modal/form-modal.component.spec.ts [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/form-modal/form-modal.component.ts [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/testing/unit-test-helper.ts