]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
'mgr/dashboard: Fix display of IP address in host page 67146/head
authorAfreen Misbah <afreen@ibm.com>
Mon, 15 Dec 2025 15:53:44 +0000 (21:23 +0530)
committerAfreen Misbah <afreen@ibm.com>
Mon, 2 Feb 2026 10:35:20 +0000 (16:05 +0530)
commitcc60143c59eaa07a906183219d2e5a31bbdc8779
tree0b10d4772d17047304cd20d00ca094c20edb79e4
parentf9ca58e58d4215770307a1db1a5c2bd0e906c87e
'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>
(cherry picked from commit 36307be926102978e1ea40fa8d26a4ef86140394)

 Conflicts:
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.html
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