1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

remove DeviceIndex search for ipaddresses

This commit is contained in:
Pieter Lambrecht
2023-02-24 11:51:57 +01:00
committed by Jeremy Stretch
parent 88d5119c59
commit 3418b7adf6

View File

@@ -41,8 +41,6 @@ class DeviceIndex(SearchIndex):
('asset_tag', 50),
('serial', 60),
('name', 100),
('primary_ip4', 110),
('primary_ip6', 110),
('description', 500),
('comments', 5000),
)