Updated Branches: refs/heads/branch-1.4.3 dde56119d -> 52b8b9d0b
AMBARI-4093 Installer:Confirm Hosts - improve responsiveness on filtering of hosts, second patch. (atkach) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/52b8b9d0 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/52b8b9d0 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/52b8b9d0 Branch: refs/heads/branch-1.4.3 Commit: 52b8b9d0b66c89cb53c92dd81ce56785e0ab016a Parents: dde5611 Author: atkach <[email protected]> Authored: Fri Dec 20 14:43:28 2013 +0200 Committer: atkach <[email protected]> Committed: Fri Dec 20 14:43:28 2013 +0200 ---------------------------------------------------------------------- ambari-web/app/templates/wizard/step3.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/52b8b9d0/ambari-web/app/templates/wizard/step3.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/wizard/step3.hbs b/ambari-web/app/templates/wizard/step3.hbs index 50848c6..896689d 100644 --- a/ambari-web/app/templates/wizard/step3.hbs +++ b/ambari-web/app/templates/wizard/step3.hbs @@ -125,7 +125,7 @@ </div> {{/if}} <div class="btn-area"> - <a class="btn pull-left" {{bindAttr disabled="isInstallInProgress"}} {{action back target="controller"}}>← {{t common.back}}</a> + <a class="btn pull-left" {{bindAttr disabled="isRegistrationInProgress"}} {{action back target="controller"}}>← {{t common.back}}</a> <a class="btn btn-success pull-right" {{bindAttr disabled="isSubmitDisabled"}} {{action submit target="controller"}}>{{t common.next}} →</a> </div> </div> \ No newline at end of file
