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 9FB9C17AE2 for ; Mon, 31 Aug 2015 16:17:04 +0000 (UTC) Received: (qmail 18100 invoked by uid 500); 31 Aug 2015 16:17:04 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 18071 invoked by uid 500); 31 Aug 2015 16:17:04 -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 18062 invoked by uid 99); 31 Aug 2015 16:17:04 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Aug 2015 16:17:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 66EABDFE20; Mon, 31 Aug 2015 16:17:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: alexantonenko@apache.org To: commits@ambari.apache.org Message-Id: <728aae507f334bd880918dfd3a948659@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-12943. Falcon related oozie site properties do not get showed on any dashboard (alexantonenko) Date: Mon, 31 Aug 2015 16:17:04 +0000 (UTC) Repository: ambari Updated Branches: refs/heads/trunk c42aad3d3 -> 9a5dc13f0 AMBARI-12943. Falcon related oozie site properties do not get showed on any dashboard (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9a5dc13f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9a5dc13f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9a5dc13f Branch: refs/heads/trunk Commit: 9a5dc13f065b92fe9870311f4cafe55e03bb58d3 Parents: c42aad3 Author: Alex Antonenko Authored: Mon Aug 31 19:09:06 2015 +0300 Committer: Alex Antonenko Committed: Mon Aug 31 19:16:59 2015 +0300 ---------------------------------------------------------------------- ambari-web/app/models/stack_service.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/9a5dc13f/ambari-web/app/models/stack_service.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/models/stack_service.js b/ambari-web/app/models/stack_service.js index 4789efd..9e2c32a 100644 --- a/ambari-web/app/models/stack_service.js +++ b/ambari-web/app/models/stack_service.js @@ -285,7 +285,8 @@ App.StackService.configCategories = function () { break; case 'OOZIE': serviceConfigCategories.pushObjects([ - App.ServiceConfigCategory.create({ name: 'OOZIE_SERVER', displayName: 'Oozie Server'}) + App.ServiceConfigCategory.create({ name: 'OOZIE_SERVER', displayName: 'Oozie Server'}), + App.ServiceConfigCategory.create({ name: 'Falcon - Oozie integration', displayName: 'Falcon - Oozie integration'}) ]); break; case 'FALCON':