From 762ca60f4cc55222bf01b4eaab036801d4c488dc Mon Sep 17 00:00:00 2001 From: Kelvin Ly Date: Tue, 16 May 2023 13:13:52 -0400 Subject: [PATCH] Move dev webpage to static folder TODO figure out why index.htm isn't showing up at the root webpage --- static/index.htm | 52 +++++++++++++++++++++++++++--- dev/dev.htm => static/index.js | 58 ---------------------------------- 2 files changed, 48 insertions(+), 62 deletions(-) rename dev/dev.htm => static/index.js (75%) diff --git a/static/index.htm b/static/index.htm index a09aa3f..22a3b9e 100644 --- a/static/index.htm +++ b/static/index.htm @@ -2,13 +2,57 @@ - + - - + + + -
+
+ Autoupdate + + + +
+ +
+
+
+
+
+ Data decimation rate + 1x + 2x + 4x + 10x + 20x +
+
+ History length + 5 minutes + 15 minutes + 1 hour + 1 day + 1 week +
+
+ Update rate + 0.1 second + 1 second + 2 seconds + 5 seconds + 10 seconds + 20 seconds +
+ + + + +
+
diff --git a/dev/dev.htm b/static/index.js similarity index 75% rename from dev/dev.htm rename to static/index.js index eb767e2..82e0562 100644 --- a/dev/dev.htm +++ b/static/index.js @@ -1,13 +1,3 @@ - - - - - - - - - - - - -
- Autoupdate - - - -
-
-
-
-
-
- Data decimation rate - 1x - 2x - 4x - 10x - 20x -
-
- History length - 5 minutes - 15 minutes - 1 hour - 1 day - 1 week -
-
- Update rate - 0.1 second - 1 second - 2 seconds - 5 seconds - 10 seconds - 20 seconds -
- - - - -
-
- -