You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by xi...@apache.org on 2014/11/09 18:38:37 UTC

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

Repository: ambari
Updated Branches:
  refs/heads/branch-1.7.0 04ae4d9d5 -> 0130fd45c


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


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0130fd45
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0130fd45
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0130fd45

Branch: refs/heads/branch-1.7.0
Commit: 0130fd45ce290aa7414ee5f5d5a412e26e93b21a
Parents: 04ae4d9
Author: Xi Wang <xi...@apache.org>
Authored: Sat Nov 8 19:53:31 2014 -0800
Committer: Xi Wang <xi...@apache.org>
Committed: Sun Nov 9 09:36:37 2014 -0800

----------------------------------------------------------------------
 ambari-web/app/controllers/main/host.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/0130fd45/ambari-web/app/controllers/main/host.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/main/host.js b/ambari-web/app/controllers/main/host.js
index 80cf3e3..7cbc049 100644
--- a/ambari-web/app/controllers/main/host.js
+++ b/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) {