From c52fca4b5a5d27da5edd9eb9b58781276f01d5f2 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Fri, 17 Nov 2023 10:31:01 -0500 Subject: [PATCH] Tweak display of elements --- www/views/index.html | 38 ++++++++++++++++++++++---------------- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/www/views/index.html b/www/views/index.html index 6f6bfaa..95db5b1 100644 --- a/www/views/index.html +++ b/www/views/index.html @@ -21,25 +21,25 @@
+ + + + + + + + - - - - - - - - @@ -53,13 +53,19 @@
- - +
+
+
+ + +
+ +
@@ -125,9 +131,9 @@ // Get the elements we need to update const statusTable = document.getElementById('status-table'); - const augerStatus = statusTable.rows[0].cells[1]; - const igniterStatus = statusTable.rows[1].cells[1]; - const exhaustStatus = statusTable.rows[2].cells[1] + const igniterStatus = statusTable.rows[0].cells[1]; + const exhaustStatus = statusTable.rows[1].cells[1]; + const augerStatus = statusTable.rows[2].cells[1]; const feedRate = statusTable.rows[3].cells[1]; const feedRateSelect = document.getElementById('feed-rate-select');
Igniter
Exhaust
Auger
Igniter
Exhaust
Feed Rate