mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-29 20:06:25 -06:00
remove DeviceIndex search for ipaddresses
This commit is contained in:
parent
d3b950af8e
commit
73795ebf88
@ -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