mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 10:58:37 -06:00
Adds L2VPN.status to search results display
This commit is contained in:
parent
6cf7d56557
commit
651a452dc4
@ -79,4 +79,4 @@ class L2VPNIndex(SearchIndex):
|
||||
('description', 500),
|
||||
('comments', 5000),
|
||||
)
|
||||
display_attrs = ('type', 'identifier', 'tenant', 'description')
|
||||
display_attrs = ('type', 'status', 'identifier', 'tenant', 'description')
|
||||
|
Loading…
Reference in New Issue
Block a user