diff --git a/netbox/templates/dcim/inc/interface.html b/netbox/templates/dcim/inc/interface.html index 406f46c99..e5bbe6d06 100644 --- a/netbox/templates/dcim/inc/interface.html +++ b/netbox/templates/dcim/inc/interface.html @@ -38,7 +38,7 @@ {% endfor %} - {# Tagged ports #} + {#Tagged ports#} {% if iface.tagged_vlans.all %} {% for tag in iface.tagged_vlans.all %} @@ -48,7 +48,7 @@ {% endif %} - {# Untagged ports #} + {#Untagged ports#} {% if iface.untagged_vlan %} {{ iface.untagged_vlan }} @@ -210,7 +210,7 @@ {% endif %} {# IP addresses table #} - +