Skip to content

Commit

Permalink
Replace private fields with 'termination'
Browse files Browse the repository at this point in the history
  • Loading branch information
bctiemann committed Jan 11, 2025
1 parent cafdfd7 commit 2911441
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', 'termination', 'description')


@register_search
Expand Down

0 comments on commit 2911441

Please sign in to comment.