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 committed Dec 5, 2023
1 parent c10f08f commit d8fbf85
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 d8fbf85

Please sign in to comment.