Parcourir la source

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

Jaimin Jetly il y a 10 ans
Parent
commit
748ac59fb9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);