From 39db860005b2262a685b2e3ee4af5d03ddcd49c4 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 26 Mar 2024 03:07:08 +1300 Subject: [PATCH] add ui to configure how long nodes should show on the map without being updated --- src/public/index.html | 49 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/src/public/index.html b/src/public/index.html index adf128f..6bcc60c 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -864,6 +864,28 @@
+ +
+ + +
Nodes not updated within this time are hidden. Reload to update map.
+
+
@@ -891,6 +913,19 @@