Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5E4BF10AD6 for ; Tue, 23 Dec 2014 01:48:27 +0000 (UTC) Received: (qmail 46787 invoked by uid 500); 23 Dec 2014 01:48:27 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 46754 invoked by uid 500); 23 Dec 2014 01:48:27 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 46745 invoked by uid 99); 23 Dec 2014 01:48:27 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Dec 2014 01:48:27 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E8920A34195; Tue, 23 Dec 2014 01:48:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: yusaku@apache.org To: commits@ambari.apache.org Message-Id: <90fb2823e7024844bbc9c22233cc361c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-8844. Flume Agents have not 'Start Agent', 'Stop Agent' actions. (xiwang via yusaku) Date: Tue, 23 Dec 2014 01:48:26 +0000 (UTC) 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 Authored: Mon Dec 22 17:47:53 2014 -0800 Committer: Yusaku Sako 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',