]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Fix delete listener 63165/head
authorAfreen Misbah <afreen@ibm.com>
Tue, 6 May 2025 14:27:03 +0000 (19:57 +0530)
committerAfreen Misbah <afreen@ibm.com>
Mon, 12 May 2025 15:21:06 +0000 (20:51 +0530)
commit87ff77183d84066378618939a0a357a80d773e34
tree6cc1fde409c2f6b4ba664ff9a2210037b6f1af5a
parent53e32489fb72b7e12c93b7c413dee198cc1fbae5
mgr/dashboard: Fix delete listener

- pass gw_group to delete API in frontend
- when more than one gw groups present delete listener failing with error message: Multiple NVMe-oF gateway groups are configured. Please specify the 'gw_group' parameter in the request.
- added missing types, i18n

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

Signed-off-by: Afreen Misbah <afreen@ibm.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-listeners-list/nvmeof-listeners-list.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/models/nvmeof.ts