From 125157d859ba7c51e92a1e197d7746d6f625ffcf Mon Sep 17 00:00:00 2001 From: Steffen Pohle Date: Sun, 8 Feb 2026 23:13:34 +0100 Subject: [PATCH] working on webpage --- www/default.css | 7 ++++++- www/index.html | 28 +++++++++++++--------------- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/www/default.css b/www/default.css index 34b824d..822a93e 100644 --- a/www/default.css +++ b/www/default.css @@ -3,7 +3,11 @@ body { color: #BBB; } -table, th, td { +.noborder { + border: none; +} + +.withborder { border: thin solid; border-collapse: collapse; } @@ -13,3 +17,4 @@ table, th, td { padding: 10px; border: thin solid; } + diff --git a/www/index.html b/www/index.html index d927719..c136443 100644 --- a/www/index.html +++ b/www/index.html @@ -7,13 +7,12 @@ -
+ +
- -
+
- - +

@@ -24,18 +23,17 @@

Controls


-
+

Infos


-
+

- @@ -67,10 +65,10 @@ function refreshCtrls() { ctrls = JSON.parse(response); let table = document.getElementById("controls"); - let t = "NameMinMaxValue"; + let t = "NameMinMaxValue"; ctrls.ctrls.forEach(function (elm, idx) { - t += ""+elm.name+""+elm.min+""+ - ""+elm.max+"" + + t += ""+elm.name+""+elm.min+""+ + ""+elm.max+"" + ""; datalist.innerHTML += "