From ed34ea95cab7368a1434faca8b429b78952f5fbd Mon Sep 17 00:00:00 2001 From: Christian Mueller Date: Fri, 24 Apr 2026 14:05:29 +0200 Subject: [PATCH] ui: move add device + firmware to top of Tuerschilder page --- templates/devices.html | 130 ++++++++++++++++++++--------------------- 1 file changed, 65 insertions(+), 65 deletions(-) diff --git a/templates/devices.html b/templates/devices.html index ceb914b..c89cca4 100644 --- a/templates/devices.html +++ b/templates/devices.html @@ -39,6 +39,70 @@ {% endif %} + +
+
+
+
+
Neues Tuerschild
+
+
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+
+
+
+
+
+
Firmware
+
+
+
+
+ + +
+
+ {% if firmwares %} + {% for fw in firmwares %} +
+ {{ fw.name }} ({{ fw.size }}) +
+ +
+
+ {% endfor %} + {% endif %} +
+
+
+
+
{% for device in devices %} @@ -213,71 +277,7 @@ {% endif %}
-
+
{{ devices|length }} Tuerschilder | Status wird alle 4 Minuten automatisch geprueft
- - -
-
-
-
-
Neues Tuerschild
-
-
-
-
-
- -
-
- -
-
- -
-
- -
-
-
-
-
-
-
-
-
-
Firmware
-
-
-
-
- - -
-
- {% if firmwares %} - {% for fw in firmwares %} -
- {{ fw.name }} ({{ fw.size }}) -
- -
-
- {% endfor %} - {% endif %} -
-
-
-
{% endblock %}