From 689ce73272a1f6658cb3bf613b9824a63a841e8d Mon Sep 17 00:00:00 2001 From: Arthur Date: Thu, 20 Feb 2025 10:17:43 -0800 Subject: [PATCH] 18296 add tenant to vlan groups --- netbox/templates/ipam/vlangroup.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/netbox/templates/ipam/vlangroup.html b/netbox/templates/ipam/vlangroup.html index f994852be..abc998de3 100644 --- a/netbox/templates/ipam/vlangroup.html +++ b/netbox/templates/ipam/vlangroup.html @@ -46,6 +46,15 @@ Utilization {% utilization_graph object.utilization %} + + {% trans "Tenant" %} + + {% if object.tenant.group %} + {{ object.tenant.group|linkify }} / + {% endif %} + {{ object.tenant|linkify|placeholder }} + + {% include 'inc/panels/tags.html' %}