From: Bdale Garbee Date: Mon, 26 May 2025 03:00:30 +0000 (-0600) Subject: so it turns out the jsonification script has to be *after* the html that X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=44fff8e13576aa29321bfa448aa50883f0ce0649;p=fw%2Fquantimotor so it turns out the jsonification script has to be *after* the html that defines the table for this to work at all --- 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 @@ + +