]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Step three subsystem creation form 67170/head
authorAfreen Misbah <afreen@ibm.com>
Thu, 29 Jan 2026 23:45:53 +0000 (05:15 +0530)
committerAfreen Misbah <afreen@ibm.com>
Thu, 5 Feb 2026 02:39:02 +0000 (08:09 +0530)
commit87665b7aa06271f9fbf9229abf1f5ed0e3063d1a
treec7fbe14ae0e700b87e655469604afe3f47e5bf2b
parente8eb25b6cd68b9ec2cbec4c7c91caeaaf5fd84b8
mgr/dashboard: Step three subsystem creation form

- added step3 component
- can add subsystem dhchap key
- adding hosts keys is penidng due to step two PR

Fixes https://tracker.ceph.com/issues/74095

Signed-off-by: Afreen Misbah <afreen@ibm.com>
12 files changed:
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/block.module.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-subsystems-form/nvmeof-subsystem-step-3/nvmeof-subsystem-step-3.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-subsystems-form/nvmeof-subsystem-step-3/nvmeof-subsystem-step-3.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-subsystems-form/nvmeof-subsystem-step-3/nvmeof-subsystem-step-3.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-subsystems-form/nvmeof-subsystem-step-3/nvmeof-subsystem-step-3.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-subsystems-form/nvmeof-subsystems-form.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-subsystems-form/nvmeof-subsystems-form.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-subsystems-form/nvmeof-subsystems-form.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/nvmeof.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/nvmeof.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/tearsheet/tearsheet.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/models/nvmeof.ts