瀏覽代碼

AMBARI-6803. Add Hosts Wizard: cannot assign any slaves (clients can be assigned). (jaimin)

Jaimin Jetly 10 年之前
父節點
當前提交
748ac59fb9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/controllers/wizard/step6_controller.js

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

@@ -232,7 +232,7 @@ App.WizardStep6Controller = Em.Controller.extend({
             allChecked: false,
             isRequired: serviceComponent.get('isRequired'),
             noChecked: true,
-            isDisabled: installedServices.someProperty('serviceName',stackService.get('serviceName'))
+            isDisabled: installedServices.someProperty('serviceName',stackService.get('serviceName')) && this.get('isAddServiceWizard')
           }));
         }
       }, this);