Browse Source

AMBARI-4093 Installer:Confirm Hosts - improve responsiveness on filtering of hosts, second patch. (atkach)

atkach 11 years ago
parent
commit
07404fb2de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ambari-web/app/templates/wizard/step3.hbs

+ 1 - 1
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"}}>&larr; {{t common.back}}</a>
+    <a class="btn pull-left" {{bindAttr disabled="isRegistrationInProgress"}} {{action back target="controller"}}>&larr; {{t common.back}}</a>
     <a class="btn btn-success pull-right" {{bindAttr disabled="isSubmitDisabled"}} {{action submit target="controller"}}>{{t common.next}} &rarr;</a>
   </div>
 </div>