浏览代码

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

Alex Antonenko 11 年之前
父节点
当前提交
a21ea8b8a3
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      ambari-web/app/controllers/main/service/reassign/step2_controller.js

+ 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;