mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-15 11:42:52 -06:00
remove DeviceIndex search for ipaddresses
This commit is contained in:
parent
88d5119c59
commit
3418b7adf6
@ -41,8 +41,6 @@ class DeviceIndex(SearchIndex):
|
||||
('asset_tag', 50),
|
||||
('serial', 60),
|
||||
('name', 100),
|
||||
('primary_ip4', 110),
|
||||
('primary_ip6', 110),
|
||||
('description', 500),
|
||||
('comments', 5000),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user