mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 03:16:25 -06:00
Fix ClusterIndex reference to 'site' and add 'scope' to WirelessLANIndex
This commit is contained in:
parent
a94f88e5e6
commit
059ea0f9e8
@ -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
|
||||
|
@ -11,7 +11,7 @@ class WirelessLANIndex(SearchIndex):
|
||||
('auth_psk', 2000),
|
||||
('comments', 5000),
|
||||
)
|
||||
display_attrs = ('group', 'status', 'vlan', 'tenant', 'description')
|
||||
display_attrs = ('group', 'status', 'vlan', 'tenant', 'scope', 'description')
|
||||
|
||||
|
||||
@register_search
|
||||
|
Loading…
Reference in New Issue
Block a user