GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/3042
ZEPPELIN-3560. DisplayName in dynamic forms doesn't work ### What is this PR for? Use the displayName as the label instead of name. ### What type of PR is it? [Bug Fix] ### Todos * [ ] - Task ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-3560 ### Screenshots (if appropriate) Before  After  ### Questions: * Does the licenses files need update? * Is there breaking changes for older versions? * Does this needs documentation? You can merge this pull request into a Git repository by running: $ git pull https://github.com/zjffdu/zeppelin ZEPPELIN-3560 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/3042.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3042 ---- commit 297d7032032d0bd2c9067bba8315f3e2135315af Author: Jeff Zhang <zjffdu@...> Date: 2018-06-25T06:04:26Z ZEPPELIN-3560. DisplayName in dynamic forms doesn't work ---- ---