Explorar o código

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

Jaimin Jetly %!s(int64=11) %!d(string=hai) anos
pai
achega
748ac59fb9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);