Sfoglia il codice sorgente

remove DeviceIndex search for ipaddresses

Pieter Lambrecht 3 anni fa
parent
commit
3418b7adf6
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      netbox/dcim/search.py

+ 0 - 2
netbox/dcim/search.py

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