From 44fff8e13576aa29321bfa448aa50883f0ce0649 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sun, 25 May 2025 21:00:30 -0600 Subject: [PATCH] so it turns out the jsonification script has to be *after* the html that defines the table for this to work at all --- ui/index.html | 76 ++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 69 insertions(+), 7 deletions(-) diff --git a/ui/index.html b/ui/index.html index 3ae9722..1169e30 100644 --- a/ui/index.html +++ b/ui/index.html @@ -28,6 +28,7 @@ // update displayed data every second setInterval(updateContent, 1000); + @@ -101,17 +102,17 @@
-
+
- - - + + + - + - - + +
@@ -119,6 +120,67 @@ + + -- 2.47.2