Skip to content

Commit

Permalink
Remove random vlan line
Browse files Browse the repository at this point in the history
This was probably left over from basing the Poe dropdown
on the vlan dropdown
  • Loading branch information
stveit authored and lunkwill42 committed Dec 14, 2023
1 parent a9c9c2e commit a9aa56c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/nav/web/templates/portadmin/portlist.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@
<option value="{{ poe_option.name }}" label="{{ poe_option.name }}"
{% if interface.poe_state.name == poe_option.name %}selected="selected"
data-orig="{{ poe_option.name }}"{% endif %}>
{{ vlan }}
{% endfor %}
</select>
</form>
Expand Down

0 comments on commit a9aa56c

Please sign in to comment.