diff --git a/ambari-web/app/controllers/main/service/reassign/step4_controller.js b/ambari-web/app/controllers/main/service/reassign/step4_controller.js index daa28f8fe1e..f734fea1a9e 100644 --- a/ambari-web/app/controllers/main/service/reassign/step4_controller.js +++ b/ambari-web/app/controllers/main/service/reassign/step4_controller.js @@ -115,10 +115,9 @@ App.ReassignMasterWizardStep4Controller = App.HighAvailabilityProgressPageContro .concat(App.ClientComponent.find().toArray()) .concat(App.SlaveComponent.find().toArray()) .filter(function(service){ - return service.get("installedCount") > 0; + return service.get("totalCount") > 0; }) .mapProperty('componentName'); - var dependenciesToInstall = App.StackServiceComponent.find(componentName) .get('dependencies') .filter(function (component) {