Browse Source

AMBARI-8234.Hosts bulk options: remove state filter on start/stop all components.(xiwang)

Xi Wang 10 years ago
parent
commit
087f24cdd7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      ambari-web/app/controllers/main/host.js

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

@@ -594,7 +594,6 @@ App.MainHostController = Em.ArrayController.extend({
 
     batchUtils.getComponentsFromServer({
       hosts: hosts.mapProperty('hostName'),
-      workStatus: operationData.actionToCheck,
       passiveState: 'OFF',
       displayParams: ['host_components/HostRoles/component_name']
     }, function (data) {