From 492204cc03ecaf8438e178a1dcdcce442b57a41f Mon Sep 17 00:00:00 2001 From: you Date: Thu, 19 Mar 2026 21:57:25 +0000 Subject: [PATCH] fix: Recent Adverts shows packet type + observer + explicit text color, handles missing timestamp --- public/nodes.js | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/public/nodes.js b/public/nodes.js index 710f57f5..ae1020dc 100644 --- a/public/nodes.js +++ b/public/nodes.js @@ -143,10 +143,13 @@

Recent Adverts (${adverts.length})

${adverts.length ? adverts.map(a => { + const ts = a.timestamp || a.created_at; + const obs = a.observer_name || a.observer_id || '—'; + const pType = PAYLOAD_TYPES[a.payload_type] || 'Packet'; return `