## What changes were proposed in this pull request? On Ambari enhaced configuration UI on the slider widgets value and unit-name was written into one word. Like ``` 100GB ``` Fix: insert a space character between the value and the unit-name ``` 100 GB ```
## How was this patch tested? ambari-web mvn clean install Manually: - Install Ambari from rpms created from ambari trunk. - Copy HDP 3.0 stack code - Launch the Cluster creation wizard - Choose a service which has slider widget in its config UI (ex. HDFS) - Check slider widgets on the `Customize Services` step [ Full content available at: https://github.com/apache/ambari/pull/2399 ] This message was relayed via gitbox.apache.org for [email protected]
