mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 03:16:25 -06:00
Use '_site' and '_provider_network' in display_attrs
This commit is contained in:
parent
2030e9fe3a
commit
cafdfd70f5
@ -34,7 +34,7 @@ class CircuitTerminationIndex(SearchIndex):
|
||||
('port_speed', 2000),
|
||||
('upstream_speed', 2000),
|
||||
)
|
||||
display_attrs = ('circuit', 'description')
|
||||
display_attrs = ('circuit', '_site', '_provider_network', 'description')
|
||||
|
||||
|
||||
@register_search
|
||||
|
Loading…
Reference in New Issue
Block a user