mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 04:02:52 -06:00
Fixes: #18350 - Remove 'site' and 'provider_network' from CircuitTerminationIndex.display_attrs (#18351)
* Remove 'site' and 'provider_network' from CircuitTerminationIndex.display_attrs * Use '_site' and '_provider_network' in display_attrs * Replace private fields with 'termination'
This commit is contained in:
parent
a75fa53d4d
commit
c3efa2149c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user