From feb7a342718f0d014678517bf45e0043846905a7 Mon Sep 17 00:00:00 2001 From: Sean Date: Thu, 21 Mar 2024 09:30:20 +0100 Subject: Added fourth grid. Made grid 1 change depending on which item is selected --- ui/sections/lfv/barrier.html | 10 ++++++++++ ui/sections/lfv/lights.html | 13 +++++++++++++ ui/sections/lfv/traffic_lights.html | 10 ++++++++++ 3 files changed, 33 insertions(+) create mode 100644 ui/sections/lfv/barrier.html create mode 100644 ui/sections/lfv/lights.html create mode 100644 ui/sections/lfv/traffic_lights.html (limited to 'ui/sections/lfv') diff --git a/ui/sections/lfv/barrier.html b/ui/sections/lfv/barrier.html new file mode 100644 index 0000000..64705b0 --- /dev/null +++ b/ui/sections/lfv/barrier.html @@ -0,0 +1,10 @@ +

Barrier Control

+ + +
Status:
+ + diff --git a/ui/sections/lfv/lights.html b/ui/sections/lfv/lights.html new file mode 100644 index 0000000..bb37603 --- /dev/null +++ b/ui/sections/lfv/lights.html @@ -0,0 +1,13 @@ +

Lights Control

+ +
Percentage: 0%
+ + diff --git a/ui/sections/lfv/traffic_lights.html b/ui/sections/lfv/traffic_lights.html new file mode 100644 index 0000000..8fa3eb4 --- /dev/null +++ b/ui/sections/lfv/traffic_lights.html @@ -0,0 +1,10 @@ +

Traffic Lights Control

+ + +
Status:
+ + -- cgit v1.2.3