004142d577
"DROPDOWN_MAX_ITEMS" horizon parameter was hardcoded in a ruby template. Hence, it was not possible to manage it using heat. This fix will allow user to manage "DROPDOWN_MAX_ITEMS" from heat template. Change-Id: I121a4ad2070cfef173c572a3d25788abbbf16989 Closes-Bug: #1813786
7 lines
211 B
YAML
7 lines
211 B
YAML
---
|
|
features:
|
|
- |
|
|
Added new horizon::dropdown_max_items parameter that configures the
|
|
DROPDOWN_MAX_ITEMS config option in local_settings.py. Default value
|
|
is set to 30 like the Horizon default is.
|