diff --git a/srv/poe_manager/templates/index.html b/srv/poe_manager/templates/index.html index 0ef9f3d..1ce0f56 100644 --- a/srv/poe_manager/templates/index.html +++ b/srv/poe_manager/templates/index.html @@ -1,7 +1,10 @@ {% extends "base.html" %} {% block content %} -

Dashboard

+

+ Dashboard + -- s +

{% for d in devices %}
@@ -24,5 +27,27 @@
{% endfor %}
+ + {% endblock %}