From f6276ad8793bfd05bed9ef679e6018a25513d666 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 12 May 2016 16:02:01 -0400 Subject: [PATCH] Linkified IPAddress VRF --- netbox/templates/ipam/ipaddress.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/netbox/templates/ipam/ipaddress.html b/netbox/templates/ipam/ipaddress.html index 35e5a6074..867ee9ba4 100644 --- a/netbox/templates/ipam/ipaddress.html +++ b/netbox/templates/ipam/ipaddress.html @@ -56,7 +56,13 @@ VRF - {{ ipaddress.vrf|default:"Global" }} + + {% if ipaddress.vrf %} + {{ ipaddress.vrf }} ({{ ipaddress.vrf.rd }}) + {% else %} + Global + {% endif %} + Description