Skip to content

Commit b2bc842

Browse files
bctiemannjeremystretch
authored andcommitted
Remove 'provider' from VirtualCircuitIndex.display_attrs
1 parent c8decf4 commit b2bc842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox/circuits/search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class VirtualCircuitIndex(SearchIndex):
9090
('description', 500),
9191
('comments', 5000),
9292
)
93-
display_attrs = ('provider', 'provider_network', 'provider_account', 'status', 'tenant', 'description')
93+
display_attrs = ('provider_network', 'provider_account', 'status', 'tenant', 'description')
9494

9595

9696
@register_search

0 commit comments

Comments
 (0)