瀏覽代碼

AMBARI-6200. Maintenance Mode is turned on/off for all hosts instead of selected/filtered one.(xiwang)

Xi Wang 11 年之前
父節點
當前提交
b613415c76
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ambari-web/app/controllers/main/host.js

+ 1 - 0
ambari-web/app/controllers/main/host.js

@@ -596,6 +596,7 @@ App.MainHostController = Em.ArrayController.extend({
     var self = this;
 
     batchUtils.getComponentsFromServer({
+      hosts: hosts.mapProperty('hostName'),
       displayParams: ['Hosts/maintenance_state']
     }, function (data) {
       var hostNames = [];