From e1684fb645e0b17f744493cd9f93957743279469 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 6 Mar 2026 07:37:46 -0500 Subject: [PATCH] Display the interface's untagged VLAN in the attributes table --- netbox/templates/dcim/interface.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/netbox/templates/dcim/interface.html b/netbox/templates/dcim/interface.html index 50bc35f59..34e941ec9 100644 --- a/netbox/templates/dcim/interface.html +++ b/netbox/templates/dcim/interface.html @@ -86,6 +86,11 @@ {% trans "Q-in-Q SVLAN" %} {{ object.qinq_svlan|linkify|placeholder }} + {% elif object.mode %} + + {% trans "Untagged VLAN" %} + {{ object.untagged_vlan|linkify|placeholder }} + {% endif %} {% trans "Transmit power (dBm)" %}