mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-23 20:12:42 -06:00
* Fix PrefixIndex reference to 'site' * Fix ClusterIndex reference to 'site' and add 'scope' to WirelessLANIndex
This commit is contained in:
@@ -10,7 +10,7 @@ class ClusterIndex(SearchIndex):
|
||||
('description', 500),
|
||||
('comments', 5000),
|
||||
)
|
||||
display_attrs = ('type', 'group', 'status', 'tenant', 'site', 'description')
|
||||
display_attrs = ('type', 'group', 'status', 'tenant', 'scope', 'description')
|
||||
|
||||
|
||||
@register_search
|
||||
|
||||
Reference in New Issue
Block a user