浏览代码

AMBARI-6375. Maintenance mode: canNOT be turned on via Bulk Operations on selected hosts (other bulk operations are broken as well) (alexantonenko)

Alex Antonenko 11 年之前
父节点
当前提交
5c350746be
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/views/main/host.js

+ 1 - 1
ambari-web/app/views/main/host.js

@@ -387,7 +387,7 @@ App.MainHostView = App.TableView.extend(App.TableServerProvider, {
     var queryParams = [];
     switch(selection) {
       case 's':
-        hostsNames = App.db.data.app.tables.filterConditions[this.get('controller.name')].findProperty('iColumn', 10).value;
+        hostsNames = this.get('selectedHosts');
         if(hostsNames.length > 0){
           queryParams.push({
             key: 'Hosts/host_name',