diff --git a/netbox/templates/dcim/inc/interface.html b/netbox/templates/dcim/inc/interface.html index 998fad9ac..1f3529b8f 100644 --- a/netbox/templates/dcim/inc/interface.html +++ b/netbox/templates/dcim/inc/interface.html @@ -293,7 +293,7 @@ - + @@ -306,7 +306,7 @@ {# VLAN ID #} {# VLAN tag #} {# VLAN ID #} {# VLAN tag #}
IDVLAN ID Tagged Status Name - {{ iface.untagged_vlan.id }} + {{ iface.untagged_vlan.vid }} @@ -333,7 +333,7 @@
- {{ tag.id }} + {{ tag.vid }}