mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Remove 'provider' from VirtualCircuitIndex.display_attrs
This commit is contained in:
parent
c8decf4c21
commit
b2bc842f1c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user