diff --git a/manager/templates/manager/index.html b/manager/templates/manager/index.html
index 2c104a7..0cd9bb7 100644
--- a/manager/templates/manager/index.html
+++ b/manager/templates/manager/index.html
@@ -5,61 +5,66 @@
Organization: {{ organization }}
User: {{ user.first_name }} {{ user.last_name }} ({{ user.username }})
-
-
-
-
- Device ID |
- Common Name |
- Network |
- Latest IP |
- Options {% if user.is_superuser %}{% endif %} |
-
-
+
-{% for device in devices %}
-
- ⬤ {{ device.serial }} |
- {% if device.name %}{{ device.name }}{% endif %} |
- {{ device.network }} |
- {% if device.curip %}{{ device.curip }} (at {{ device.lasttime }}){% endif %} |
- {% if user.is_staff %} {% endif %}{% if user.is_superuser %} {% endif %} |
-
-{% endfor %}
+
+
Devices
-
+
+
+
+
+ Device ID |
+ Common Name |
+ Network |
+ Latest IP |
+ Options {% if user.is_superuser %}{% endif %} |
+
+
+
+ {% for device in devices %}
+
+ ⬤ {{ device.serial }} |
+ {% if device.name %}{{ device.name }}{% endif %} |
+ {{ device.network }} |
+ {% if device.curip %}{{ device.curip }} (at {{ device.lasttime }}){% endif %} |
+ {% if user.is_staff %} {% endif %}{% if user.is_superuser %} {% endif %} |
+
+ {% endfor %}
+
+
+
-WiFi
+
+
WiFi
-
-
-
-
- Common Name |
- SSID |
- Options {% if user.is_staff %}{% endif %} |
-
-
+
+
+
+
+ Common Name |
+ SSID |
+ Options {% if user.is_staff %}{% endif %} |
+
+
-{% for wifi in wifis %}
-
- {{ wifi.serial }} |
- {{ wifi.ssid }} |
- {% if user.is_staff %} {% endif %} |
-
-{% endfor %}
+ {% for wifi in wifis %}
+
+ {{ wifi.serial }} |
+ {{ wifi.ssid }} |
+ {% if user.is_staff %} {% endif %} |
+
+ {% endfor %}
-
+
+