mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-08 21:02:18 -06:00
Adds L2VPN.status to search results display
This commit is contained in:
@@ -79,4 +79,4 @@ class L2VPNIndex(SearchIndex):
|
||||
('description', 500),
|
||||
('comments', 5000),
|
||||
)
|
||||
display_attrs = ('type', 'identifier', 'tenant', 'description')
|
||||
display_attrs = ('type', 'status', 'identifier', 'tenant', 'description')
|
||||
|
||||
Reference in New Issue
Block a user