Skip to content

Commit

Permalink
Remove 'site' and 'provider_network' from CircuitTerminationIndex.dis…
Browse files Browse the repository at this point in the history
…play_attrs
  • Loading branch information
bctiemann committed Jan 8, 2025
1 parent d04fc11 commit 2030e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/circuits/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class CircuitTerminationIndex(SearchIndex):
('port_speed', 2000),
('upstream_speed', 2000),
)
display_attrs = ('circuit', 'site', 'provider_network', 'description')
display_attrs = ('circuit', 'description')


@register_search
Expand Down

0 comments on commit 2030e9f

Please sign in to comment.