Adds L2VPN.status to search results display

This commit is contained in:
Jason Novinger 2025-03-03 11:28:43 -06:00
parent 6cf7d56557
commit 651a452dc4

View File

@ -79,4 +79,4 @@ class L2VPNIndex(SearchIndex):
('description', 500), ('description', 500),
('comments', 5000), ('comments', 5000),
) )
display_attrs = ('type', 'identifier', 'tenant', 'description') display_attrs = ('type', 'status', 'identifier', 'tenant', 'description')