]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
'mgr/dashboard: Fix display of IP address in host page 66638/head
authorAfreen Misbah <afreen@ibm.com>
Mon, 15 Dec 2025 15:53:44 +0000 (21:23 +0530)
committerAfreen Misbah <afreen@ibm.com>
Mon, 29 Dec 2025 07:58:40 +0000 (13:28 +0530)
commit36307be926102978e1ea40fa8d26a4ef86140394
tree529c1d8422fd0171e024214c032d6e41809e72b7
parent0ba090cfdf43c9d7b8c2089a9e00a27293cd8541
'mgr/dashboard: Fix display of IP address in host page

- Hosts data is getting merged with hosts' facts which is not sending address hence not getting displayed in UI
- The value is empty hence in the API
- Caused by https://github.com/ceph/ceph/pull/65102

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

Signed-off-by: Afreen Misbah <afreen@ibm.com>
src/pybind/mgr/dashboard/controllers/host.py
src/pybind/mgr/dashboard/frontend/cypress/e2e/orchestrator/workflow/08-hosts.e2e-spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.html
src/pybind/mgr/dashboard/tests/test_host.py