Repository: ambari Updated Branches: refs/heads/trunk 4800d6b37 -> 615a62b01
AMBARI-8850. Modify Install Wizard templates for ease of testing. (yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/615a62b0 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/615a62b0 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/615a62b0 Branch: refs/heads/trunk Commit: 615a62b0158c6f2bded80036776c48d95bc6af01 Parents: 4800d6b Author: Yusaku Sako <[email protected]> Authored: Sat Dec 20 02:55:52 2014 -0800 Committer: Yusaku Sako <[email protected]> Committed: Sat Dec 20 02:56:10 2014 -0800 ---------------------------------------------------------------------- ambari-web/app/templates/wizard/step1.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/615a62b0/ambari-web/app/templates/wizard/step1.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/wizard/step1.hbs b/ambari-web/app/templates/wizard/step1.hbs index edd4c91..9b01542 100644 --- a/ambari-web/app/templates/wizard/step1.hbs +++ b/ambari-web/app/templates/wizard/step1.hbs @@ -70,7 +70,7 @@ {{view view.popoverView repositoryBinding="repository"}} {{/if}} </div> - <div {{bindAttr class=":url-td repository.repoId operatingSystem.isSelected::disabled-textfield repository.emptyError:textfield-error repository.invalidError:textfield-error"}}> + <div {{bindAttr class=":url-td operatingSystem.osType repository.repoId operatingSystem.isSelected::disabled-textfield repository.emptyError:textfield-error repository.invalidError:textfield-error"}}> {{view Ember.TextField valueBinding="repository.baseUrl"}} </div> <div class="clear-td">
