Przeglądaj źródła

17671 fix RackType search

Arthur Hanson 1 rok temu
rodzic
commit
dda7837069
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      netbox/dcim/search.py

+ 1 - 1
netbox/dcim/search.py

@@ -250,7 +250,7 @@ class RackTypeIndex(SearchIndex):
         ('description', 500),
         ('comments', 5000),
     )
-    display_attrs = ('type', 'description')
+    display_attrs = ('model', 'description')
 
 
 @register_search