diff --git a/meshview/templates/node.html b/meshview/templates/node.html index 07f8617..34cf39c 100644 --- a/meshview/templates/node.html +++ b/meshview/templates/node.html @@ -691,7 +691,7 @@ async function loadPackets(){ for (const pkt of (data.packets || []).reverse()) { const safePayload = (pkt.payload || "").replace(/[<>]/g, m => m === "<" ? "<" : ">"); const localTime = formatLocalTime(pkt.import_time_us); - const fromCell = nodeLink(pkt.from_node_id); + const fromCell = nodeLink(pkt.from_node_id,pkt.long_name); const toCell = nodeLink(pkt.to_node_id, pkt.to_long_name); // Neighbor packets (port 71) → draw neighbors on map