mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-18 08:07:03 +01:00
17671 fix RackType search
This commit is contained in:
committed by
Jeremy Stretch
parent
bfcae8088d
commit
dda7837069
@@ -250,7 +250,7 @@ class RackTypeIndex(SearchIndex):
|
||||
('description', 500),
|
||||
('comments', 5000),
|
||||
)
|
||||
display_attrs = ('type', 'description')
|
||||
display_attrs = ('model', 'description')
|
||||
|
||||
|
||||
@register_search
|
||||
|
||||
Reference in New Issue
Block a user