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 33040109A9 for ; Tue, 25 Mar 2014 18:18:37 +0000 (UTC) Received: (qmail 11307 invoked by uid 500); 25 Mar 2014 18:18:36 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 11286 invoked by uid 500); 25 Mar 2014 18:18:35 -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 11279 invoked by uid 99); 25 Mar 2014 18:18:34 -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, 25 Mar 2014 18:18:34 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3DA2F919DAD; Tue, 25 Mar 2014 18:18:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jaimin@apache.org To: commits@ambari.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: AMBARI-5212: Logviewer related properties are not surfaced on web-ui. (jaimin) Date: Tue, 25 Mar 2014 18:18:34 +0000 (UTC) Repository: ambari Updated Branches: refs/heads/trunk 8d029a62b -> 4490dea55 AMBARI-5212: Logviewer related properties are not surfaced on web-ui. (jaimin) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4490dea5 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4490dea5 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4490dea5 Branch: refs/heads/trunk Commit: 4490dea55c461a45847314514f9e95ef74b67990 Parents: 8d029a6 Author: Jaimin Jetly Authored: Tue Mar 25 11:18:11 2014 -0700 Committer: Jaimin Jetly Committed: Tue Mar 25 11:18:11 2014 -0700 ---------------------------------------------------------------------- ambari-web/app/data/HDP2/site_properties.js | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/4490dea5/ambari-web/app/data/HDP2/site_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/HDP2/site_properties.js b/ambari-web/app/data/HDP2/site_properties.js index 9bb8bd0..0e778bb 100644 --- a/ambari-web/app/data/HDP2/site_properties.js +++ b/ambari-web/app/data/HDP2/site_properties.js @@ -985,6 +985,8 @@ module.exports = "name": "ui.childopts", "displayType": "string" }, + //@Todo: uncomment following properties when logviewer is treated as different section on storm service page + /* { "id": "site property", "serviceName": "STORM", @@ -1009,6 +1011,7 @@ module.exports = "name": "logviewer.appender.name", "displayType": "string" }, + */ { "id": "site property", "serviceName": "STORM",