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 <[email protected]> Authored: Mon Jun 15 22:19:27 2015 +0300 Committer: Aleksandr Kovalenko <[email protected]> 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 || [] } )) }
