mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
17671 fix RackType search
This commit is contained in:
parent
bfcae8088d
commit
dda7837069
@ -250,7 +250,7 @@ class RackTypeIndex(SearchIndex):
|
|||||||
('description', 500),
|
('description', 500),
|
||||||
('comments', 5000),
|
('comments', 5000),
|
||||||
)
|
)
|
||||||
display_attrs = ('type', 'description')
|
display_attrs = ('model', 'description')
|
||||||
|
|
||||||
|
|
||||||
@register_search
|
@register_search
|
||||||
|
Loading…
Reference in New Issue
Block a user