Skip to content

Commit

Permalink
Remove 'provider' from VirtualCircuitIndex.display_attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
bctiemann committed Jan 29, 2025
1 parent 5cd7c6d commit cacd69d
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 @@ -90,7 +90,7 @@ class VirtualCircuitIndex(SearchIndex):
('description', 500),
('comments', 5000),
)
display_attrs = ('provider', 'provider_network', 'provider_account', 'status', 'tenant', 'description')
display_attrs = ('provider_network', 'provider_account', 'status', 'tenant', 'description')


@register_search
Expand Down

0 comments on commit cacd69d

Please sign in to comment.