diff --git a/templates/devices.html b/templates/devices.html index 6a53f00..7d39d2f 100644 --- a/templates/devices.html +++ b/templates/devices.html @@ -1,29 +1,39 @@ -
-
- - - - - - - - - {% for d in devices %} - - - - - {% endfor %} - -
- Name - - Status -
- {{d['name']}} - - {{d['is_active']}} -
+
+
+
+
+
+
+

Devices

+
+ {% for d in devices %} +
+
+

+ •

+
+
+

{{d['name']}}

+
+
+

0

+
+
+ {% endfor %} +
+
+
+
+
+ +
+
+
+
\ No newline at end of file