]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: List gateways in a group 59861/head
authorAfreen Misbah <afreen23.git@gmail.com>
Wed, 18 Sep 2024 13:54:37 +0000 (19:24 +0530)
committerAfreen Misbah <afreen23.git@gmail.com>
Thu, 19 Sep 2024 10:10:56 +0000 (15:40 +0530)
commit696a41037f0bd502cc3dd4781195642c1ef54abf
tree22748c3f19a5e907cd7663a1f69dcbde4825dae4
parent8ccb6527a1534c3f0b0d2dc5962c5da6821f9d16
mgr/dashboard: List gateways in a group

- adds a group selection component for gateways
- fetch gateway using daemons info
- added tests

fixes https://tracker.ceph.com/issues/68135

Signed-off-by: Afreen Misbah <afreen23.git@gmail.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/block.module.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-gateway/nvmeof-gateway.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-gateway/nvmeof-gateway.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-gateway/nvmeof-gateway.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/nvmeof.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/models/daemon.interface.ts