Skip to content

Commit edaf4e3

Browse files
arthansonbctiemann
authored andcommitted
17671 fix RackType search
1 parent 8a4f33c commit edaf4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox/dcim/search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ class RackTypeIndex(SearchIndex):
250250
('description', 500),
251251
('comments', 5000),
252252
)
253-
display_attrs = ('type', 'description')
253+
display_attrs = ('model', 'description')
254254

255255

256256
@register_search

0 commit comments

Comments
 (0)