diff --git a/srv/poe_manager/templates/switche.html b/srv/poe_manager/templates/switche.html index 6f106e9..c084fc1 100644 --- a/srv/poe_manager/templates/switche.html +++ b/srv/poe_manager/templates/switche.html @@ -1,53 +1,55 @@ {% extends "base.html" %} {% block content %} -

Switche

+

Switch-Verwaltung

-{% if current_user.is_admin %} -

Neuen Switch hinzufügen

-
- -
-
-
-
-
+ + + +
+
+
+
+
+
+ +
+
-{% endif %} - - - - - - - {% if current_user.is_admin %}{% endif %} - - - - {% for s in switches %} - - {% if current_user.is_admin %} - - - - - - - - - {% else %} - - - - {% endif %} - - {% endfor %} - + +
HostnameIP-AdresseUsernameAktionen
- - - {{ s['hostname'] }}{{ s['ip'] }}{{ s['username'] }}
+ + + + + + + + + + {% for s in switches %} + + + + + + + + + + {% endfor %} +
HostnameIP-AdresseBenutzernameAktionen
+
+ + +
+ +
+ + +
+
{% endblock %}