From c4158dc8ba124f36fb54cc099c0047e5d83bce7e Mon Sep 17 00:00:00 2001 From: gorban Date: Thu, 13 Feb 2020 16:40:46 +0300 Subject: [PATCH] replaced ID with VLAN ID in header --- netbox/templates/dcim/inc/interface.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}