You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2014/12/23 02:48:26 UTC

ambari git commit: AMBARI-8844. Flume Agents have not 'Start Agent', 'Stop Agent' actions. (xiwang via yusaku)

Repository: ambari
Updated Branches:
  refs/heads/trunk 72e56dc6d -> 63d65a4f3


AMBARI-8844. Flume Agents have not 'Start Agent','Stop Agent' actions. (xiwang via yusaku)


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

Branch: refs/heads/trunk
Commit: 63d65a4f3ff79af99705184023cfae384cbaa982
Parents: 72e56dc
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Mon Dec 22 17:47:53 2014 -0800
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Mon Dec 22 17:47:53 2014 -0800

----------------------------------------------------------------------
 ambari-web/app/messages.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/63d65a4f/ambari-web/app/messages.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js
index b810042..c659ce5 100644
--- a/ambari-web/app/messages.js
+++ b/ambari-web/app/messages.js
@@ -1432,8 +1432,8 @@ Em.I18n.translations = {
   'services.service.summary.storm.tasks': 'Tasks',
   'services.service.summary.storm.nimbus.uptime': 'Nimbus uptime',
   'services.service.summary.storm.topologies': 'Topologies',
-  'services.service.summary.flume.startAgent': 'Start Flume',
-  'services.service.summary.flume.stopAgent': 'Stop Flume',
+  'services.service.summary.flume.startAgent': 'Start Agent',
+  'services.service.summary.flume.stopAgent': 'Stop Agent',
   'services.service.summary.flume.stop.context': 'Stop Flume {0}',
   'services.service.summary.flume.start.context': 'Start Flume {0}',
   'services.service.summary.flume.noAgents': 'No Flume to display',