diff --git a/python/nav/web/templates/portadmin/portlist.html b/python/nav/web/templates/portadmin/portlist.html index e6f40e6a98..342e52033f 100644 --- a/python/nav/web/templates/portadmin/portlist.html +++ b/python/nav/web/templates/portadmin/portlist.html @@ -169,20 +169,19 @@ {# POE STATE #} {% if supports_poe %} - {% if interface.supports_poe %}
-
- + {% for poe_option in poe_options %}
+ {% endfor %} + + + {% endif %}
- {% endif %} {% endif %} {# Button for saving #}