minor fix on node.html table of tackets shows to and from not just from.

This commit is contained in:
Pablo Revilla
2025-12-07 20:02:33 -08:00
parent 2fd36b4b11
commit 2b02166d82
+1 -1
View File
@@ -691,7 +691,7 @@ async function loadPackets(){
for (const pkt of (data.packets || []).reverse()) {
const safePayload = (pkt.payload || "").replace(/[<>]/g, m => m === "<" ? "&lt;" : "&gt;");
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