Browse Source

AMBARI-6558. FE allows add host on host that is in UNKNOWN state (agent was stopped).(xiwang)

Xi Wang 11 years ago
parent
commit
46fd6112c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ambari-web/app/controllers/wizard/step9_controller.js

+ 1 - 1
ambari-web/app/controllers/wizard/step9_controller.js

@@ -1077,7 +1077,7 @@ App.WizardStep9Controller = Em.Controller.extend({
    */
   isAllComponentsInstalled: function () {
     var dfd = $.Deferred();
-    if (this.get('content.controllerName') !== 'installerController') {
+    if (this.get('content.controllerName') !== 'installerController' && this.get('content.controllerName') !== 'addHostController') {
       dfd.resolve();
     } else {
       App.ajax.send({