From 075b13501b9de455d90346a803675392578135a6 Mon Sep 17 00:00:00 2001 From: gorban Date: Fri, 7 Feb 2020 17:12:47 +0300 Subject: [PATCH] added untagged links --- netbox/templates/dcim/inc/interface.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/dcim/inc/interface.html b/netbox/templates/dcim/inc/interface.html index aa0d6df85..406f46c99 100644 --- a/netbox/templates/dcim/inc/interface.html +++ b/netbox/templates/dcim/inc/interface.html @@ -51,7 +51,7 @@ {# Untagged ports #} {% if iface.untagged_vlan %} - {{ iface.untagged_vlan }} + {{ iface.untagged_vlan }} {% endif %}