Fix PrefixIndex reference to 'site'

This commit is contained in:
Brian Tiemann 2025-01-07 08:57:27 -05:00
parent ab0a1f0bbc
commit a94f88e5e6

View File

@ -79,7 +79,7 @@ class PrefixIndex(SearchIndex):
('description', 500),
('comments', 5000),
)
display_attrs = ('site', 'vrf', 'tenant', 'vlan', 'status', 'role', 'description')
display_attrs = ('scope', 'vrf', 'tenant', 'vlan', 'status', 'role', 'description')
@register_search