From fe34fc81a75ef45946193ecfdc30c8a37f11cdf4 Mon Sep 17 00:00:00 2001 From: you Date: Thu, 19 Mar 2026 21:48:32 +0000 Subject: [PATCH] fix: remove dead Regions column from nodes table (closes #26) --- public/nodes.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/nodes.js b/public/nodes.js index a236564..404e04f 100644 --- a/public/nodes.js +++ b/public/nodes.js @@ -244,7 +244,6 @@ Name Public Key Role - Regions Last Seen Adverts @@ -312,7 +311,6 @@ ${favStar(n.public_key, 'node-fav')}${n.name || '(unnamed)'} ${truncate(n.public_key, 16)} ${n.role} - — ${timeAgo(n.last_seen)} ${n.advert_count || 0} `;