Arthur Hanson 1 год назад
Родитель
Сommit
dda7837069
1 измененных файлов с 1 добавлено и 1 удалено
  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