diff --git a/web/app.rb b/web/app.rb index a931aae..0780d1d 100644 --- a/web/app.rb +++ b/web/app.rb @@ -37,3 +37,7 @@ end get "/" do send_file File.join(settings.public_folder, "index.html") end + +get "/nodes" do + send_file File.join(settings.public_folder, "nodes.html") +end diff --git a/web/public/index.html b/web/public/index.html index 112a448..7692acd 100644 --- a/web/public/index.html +++ b/web/public/index.html @@ -3,177 +3,20 @@ - Berlin MediumFast Meshtastic Nodes Map - - - - - + Potato Mesh -

Berlin MediumFast Meshtastic Nodes Map

-
-
- loading… - Auto-refresh every 30 s. -
-
- - -
-
- -
- - - - - - - - - - - - - - - - - - -
Node IDShortLong NameHW ModelRoleSNRBatteryLast SeenLatLonPos Time (UTC)
- - +

Potato Mesh

+

Welcome to the Potato Mesh dashboard.

+ diff --git a/web/public/nodes.html b/web/public/nodes.html new file mode 100644 index 0000000..112a448 --- /dev/null +++ b/web/public/nodes.html @@ -0,0 +1,179 @@ + + + + + + Berlin MediumFast Meshtastic Nodes Map + + + + + + + + +

Berlin MediumFast Meshtastic Nodes Map

+
+
+ loading… + Auto-refresh every 30 s. +
+
+ + +
+
+ +
+ + + + + + + + + + + + + + + + + + +
Node IDShortLong NameHW ModelRoleSNRBatteryLast SeenLatLonPos Time (UTC)
+ + + +