]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: added cephfs mount details 55551/head
authorIvo Almeida <ialmeida@redhat.com>
Mon, 12 Feb 2024 10:08:09 +0000 (10:08 +0000)
committerIvo Almeida <ialmeida@redhat.com>
Wed, 14 Feb 2024 11:31:42 +0000 (11:31 +0000)
commite2f8d35a9d0cebf47a4e235064a479d5e24348ee
tree28de01f378b5b650732597c09a1c89b6f04fce08
parentbab43e83ad74841f19b4294dbbe2edc306759a8d
mgr/dashboard: added cephfs mount details

Fixes: https://tracker.ceph.com/issues/64405
Signed-off-by: Ivo Almeida <ialmeida@redhat.com>
15 files changed:
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-mount-details/cephfs-mount-details.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-mount-details/cephfs-mount-details.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-mount-details/cephfs-mount-details.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-mount-details/cephfs-mount-details.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-snapshotschedule-list/cephfs-snapshotschedule-list.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-snapshotschedule-list/cephfs-snapshotschedule-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-subvolume-list/cephfs-subvolume-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/components/code-block/code-block.component.html
src/pybind/mgr/dashboard/frontend/src/app/shared/components/code-block/code-block.component.scss
src/pybind/mgr/dashboard/frontend/src/app/shared/components/code-block/code-block.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/copy2clipboard-button/copy2clipboard-button.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/constants/app.constants.ts