mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 11:26:26 -06:00
Remove 'site' and 'provider_network' from CircuitTerminationIndex.display_attrs
This commit is contained in:
parent
d04fc11c61
commit
2030e9fe3a
@ -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', 'description')
|
||||||
|
|
||||||
|
|
||||||
@register_search
|
@register_search
|
||||||
|
Loading…
Reference in New Issue
Block a user