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 <[email protected]> Authored: Mon Dec 22 17:47:53 2014 -0800 Committer: Yusaku Sako <[email protected]> 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',
