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 @@
ID | +ID | Tagged | -Name | Status | -Description | +Name | +Description | ||
---|---|---|---|---|---|---|---|---|---|
{{ iface.untagged_vlan.id }} | - {# VLAN tag status #} + {# VLAN tag #}- {# VLAN name #} - | {{ iface.untagged_vlan.name }} | {# VLAN status #}{{ iface.untagged_vlan.status }} | + {# VLAN name #} +{{ iface.untagged_vlan.name }} | {# VLAN description #}{{ iface.untagged_vlan.description }} | {% endif %} @@ -341,13 +341,13 @@ - {# VLAN name #} -{{ tag.name }} | {# VLAN status #}{{ tag.status }} | + {# VLAN name #} +{{ tag.name }} | {# VLAN description #}{{ tag.description }} |