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 %}