web: improve instances map and table view (#546)

* web: improve instances map and table view

* web: address review comments

* run rufo
This commit is contained in:
l5y
2025-12-14 14:35:55 +01:00
committed by GitHub
parent 135de0863c
commit baf6ffff0b
10 changed files with 758 additions and 60 deletions
+1
View File
@@ -26,6 +26,7 @@ CREATE TABLE IF NOT EXISTS instances (
longitude REAL,
last_update_time INTEGER,
is_private BOOLEAN NOT NULL DEFAULT 0,
nodes_count INTEGER,
contact_link TEXT,
signature TEXT
);