Updated Branches: refs/heads/trunk 614d4f741 -> 07404fb2d
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/07404fb2 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/07404fb2 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/07404fb2 Branch: refs/heads/trunk Commit: 07404fb2defadc21e3ea2093ba5a2b4fa74ecacd Parents: 614d4f7 Author: atkach <[email protected]> Authored: Fri Dec 20 14:45:38 2013 +0200 Committer: atkach <[email protected]> Committed: Fri Dec 20 14:45:38 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/07404fb2/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
