Skip to content

Commit

Permalink
Use '_site' and '_provider_network' in display_attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
bctiemann committed Jan 8, 2025
1 parent 2030e9f commit cafdfd7
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', 'description')
display_attrs = ('circuit', '_site', '_provider_network', 'description')


@register_search
Expand Down

0 comments on commit cafdfd7

Please sign in to comment.