Replace private fields with 'termination'

This commit is contained in:
Brian Tiemann 2025-01-11 13:38:34 -05:00
parent cafdfd70f5
commit 2911441cd1

View File

@ -34,7 +34,7 @@ class CircuitTerminationIndex(SearchIndex):
('port_speed', 2000), ('port_speed', 2000),
('upstream_speed', 2000), ('upstream_speed', 2000),
) )
display_attrs = ('circuit', '_site', '_provider_network', 'description') display_attrs = ('circuit', 'termination', 'description')
@register_search @register_search