diff --git a/netbox/circuits/tables/circuits.py b/netbox/circuits/tables/circuits.py index 40f8918ae..c6e9aa41c 100644 --- a/netbox/circuits/tables/circuits.py +++ b/netbox/circuits/tables/circuits.py @@ -12,7 +12,9 @@ __all__ = ( CIRCUITTERMINATION_LINK = """ -{% if value.site %} +{% if value.site and value.location %} + {{ value.location }} +{% elif value.site %} {{ value.site }} {% elif value.provider_network %} {{ value.provider_network }}