From 8509a4a64c9f48b2fea6fb50e7f76071368ae347 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Wed, 21 Jan 2026 11:01:48 -0600 Subject: [PATCH] feat: display neighbor IP address in device neighbors tab --- lib/towerops_web/live/device_live/show.html.heex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/towerops_web/live/device_live/show.html.heex b/lib/towerops_web/live/device_live/show.html.heex index 42fa4b57..7b6230a8 100644 --- a/lib/towerops_web/live/device_live/show.html.heex +++ b/lib/towerops_web/live/device_live/show.html.heex @@ -616,6 +616,7 @@ Local Port Remote Device Remote Port + IP Address Platform Capabilities Last Seen @@ -666,6 +667,9 @@ <% end %> + + {neighbor.remote_address || "-"} + {neighbor.remote_platform || "-"}