From: Afreen Misbah Date: Mon, 16 Jun 2025 17:09:46 +0000 (+0530) Subject: mgr/dashboard: Allow host with labels in listener form X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F63963%2Fhead;p=ceph.git mgr/dashboard: Allow host with labels in listener form - Currently, listeners cannot be added with the Ceph Dashboard if the gateway nodes are selected by label instead of hosts. - Refactored the code to incorporate nodes with labels - Also added missing typings and removed 'any' Fixes https://tracker.ceph.com/issues/71686 Signed-off-by: Afreen Misbah --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-listeners-form/nvmeof-listeners-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-listeners-form/nvmeof-listeners-form.component.html index 279d108d3fe2..910e5579ee4b 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-listeners-form/nvmeof-listeners-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-listeners-form/nvmeof-listeners-form.component.html @@ -12,7 +12,7 @@