diff --git a/netbox/templates/dcim/inc/interface.html b/netbox/templates/dcim/inc/interface.html index 90ed3d0c1..998fad9ac 100644 --- a/netbox/templates/dcim/inc/interface.html +++ b/netbox/templates/dcim/inc/interface.html @@ -293,11 +293,11 @@ - + - - + + @@ -308,19 +308,19 @@ - {# VLAN tag status #} + {# VLAN tag #} - {# VLAN name #} - {# VLAN status #} + {# VLAN name #} + {# VLAN description #} {% endif %} @@ -341,13 +341,13 @@
  • - {# VLAN name #} - {# VLAN status #} + {# VLAN name #} + {# VLAN description #}
    IDID TaggedName StatusDescriptionNameDescription
    {{ iface.untagged_vlan.id }}
  • {{ iface.untagged_vlan.name }} {{ iface.untagged_vlan.status }} {{ iface.untagged_vlan.name }}{{ iface.untagged_vlan.description }} {{ tag.name }} {{ tag.status }} {{ tag.name }}{{ tag.description }}