diff --git a/templates/index.html b/templates/index.html
index ba2ff00..782f56a 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -22,25 +22,45 @@
{{ device.name }}
{{ device.ip }}
+ {{ device.type }} ({{ device.connection_type }})
+ {% if device.critical %}
+ Critical
+ {% endif %}
{%- endfor %}
+
Interface Status
-
+
+ {%- for device in devices %}
+
+ {%- endfor %}
+
+
-
-
Power Management
-
+
+ {%- for device in devices %}
+
+ {%- endfor %}
+