mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-15 19:52: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),
|
('asset_tag', 50),
|
||||||
('serial', 60),
|
('serial', 60),
|
||||||
('name', 100),
|
('name', 100),
|
||||||
('primary_ip4', 110),
|
|
||||||
('primary_ip6', 110),
|
|
||||||
('description', 500),
|
('description', 500),
|
||||||
('comments', 5000),
|
('comments', 5000),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user