From 623a739b522f6343d8d09fbd6d1518cd97b40715 Mon Sep 17 00:00:00 2001 From: George Cox Date: Wed, 13 Jul 2022 16:53:56 +0100 Subject: [PATCH] update CIRCUITTERMINATION_LINK if location is set, show location if site only is set, show site (as before) if provider_network only is set, show provider_network (as before) --- netbox/circuits/tables/circuits.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/circuits/tables/circuits.py b/netbox/circuits/tables/circuits.py index c6e9aa41c..bd4092a20 100644 --- a/netbox/circuits/tables/circuits.py +++ b/netbox/circuits/tables/circuits.py @@ -12,7 +12,7 @@ __all__ = ( CIRCUITTERMINATION_LINK = """ -{% if value.site and value.location %} +{% if value.location %} {{ value.location }} {% elif value.site %} {{ value.site }}