Repository: ambari Updated Branches: refs/heads/branch-1.6.0.slider 0a70061c7 -> fd1b54a8b
AMBARI-5961. New Slider App wizard's first page should show description and version. (onechiporenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/fd1b54a8 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/fd1b54a8 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/fd1b54a8 Branch: refs/heads/branch-1.6.0.slider Commit: fd1b54a8b58e58c1dc82f7437b95c58cdb2ea80d Parents: 0a70061 Author: Oleg Nechiporenko <[email protected]> Authored: Fri May 30 18:04:39 2014 +0300 Committer: Oleg Nechiporenko <[email protected]> Committed: Fri May 30 18:04:39 2014 +0300 ---------------------------------------------------------------------- .../src/main/resources/ui/app/templates/createAppWizard/step1.hbs | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/fd1b54a8/contrib/views/slider/src/main/resources/ui/app/templates/createAppWizard/step1.hbs ---------------------------------------------------------------------- diff --git a/contrib/views/slider/src/main/resources/ui/app/templates/createAppWizard/step1.hbs b/contrib/views/slider/src/main/resources/ui/app/templates/createAppWizard/step1.hbs index fdd3ffb..12a2571 100644 --- a/contrib/views/slider/src/main/resources/ui/app/templates/createAppWizard/step1.hbs +++ b/contrib/views/slider/src/main/resources/ui/app/templates/createAppWizard/step1.hbs @@ -33,6 +33,8 @@ <p> {{controller.typeDescription}} </p> + <p>{{controller.selectedType.version}}</p> + <p>{{controller.selectedType.description}}</p> </div> </div> <button class="btn btn-success pull-right next-btn" {{bind-attr disabled="controller.isSubmitDisabled"}} {{action submit target="controller"}}>{{t common.next}} →</button>
