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 1169F1892A for ; Mon, 15 Jun 2015 19:21:16 +0000 (UTC) Received: (qmail 47630 invoked by uid 500); 15 Jun 2015 19:21:15 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 47601 invoked by uid 500); 15 Jun 2015 19:21:15 -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 47592 invoked by uid 99); 15 Jun 2015 19:21:15 -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, 15 Jun 2015 19:21:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6F407E1091; Mon, 15 Jun 2015 19:21:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: akovalenko@apache.org To: commits@ambari.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-11929. Unable to create config group for Knox (akovalenko) Date: Mon, 15 Jun 2015 19:21:15 +0000 (UTC) Repository: ambari Updated Branches: refs/heads/branch-2.1 935b4a66c -> b591439e9 AMBARI-11929. Unable to create config group for Knox (akovalenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b591439e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b591439e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b591439e Branch: refs/heads/branch-2.1 Commit: b591439e903119c6bb25dc313501450869fb7d3d Parents: 935b4a6 Author: Aleksandr Kovalenko Authored: Mon Jun 15 22:19:27 2015 +0300 Committer: Aleksandr Kovalenko Committed: Mon Jun 15 22:21:01 2015 +0300 ---------------------------------------------------------------------- ambari-web/app/controllers/installer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/b591439e/ambari-web/app/controllers/installer.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/installer.js b/ambari-web/app/controllers/installer.js index 92fb2f0..f33e7b2 100644 --- a/ambari-web/app/controllers/installer.js +++ b/ambari-web/app/controllers/installer.js @@ -211,7 +211,7 @@ App.InstallerController = App.WizardController.extend({ diskInfo: host.disk_info, diskTotal: disksOverallCapacity / (1024 * 1024), diskFree: diskFree / (1024 * 1024), - hostComponents: host.hostComponents + hostComponents: host.hostComponents || [] } )) }