Browse Source

AMBARI-5483. Impossible to select target host in Move Master Wizard (alexantonenko)

Alex Antonenko 11 years ago
parent
commit
a21ea8b8a3

+ 0 - 1
ambari-web/app/controllers/main/service/reassign/step2_controller.js

@@ -36,7 +36,6 @@ App.ReassignMasterWizardStep2Controller = App.WizardStep5Controller.extend({
   },
 
   loadComponents: function () {
-    var components = this.get('components').filterProperty('isMaster', true);
     var masterComponents = this.get('content.masterComponentHosts');
     this.set('currentHostId', this.get('content').get('reassign').host_id);
     var componentNameToReassign = this.get('content').get('reassign').component_name;