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 @@
-| Node ID | -Short | -Long Name | -HW Model | -Role | -SNR | -Battery | -Last Seen | -Lat | -Lon | -Pos Time (UTC) | -
|---|
Welcome to the Potato Mesh dashboard.
+