Repository: ambari Updated Branches: refs/heads/trunk 3fa380d07 -> 1800b0b21
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/1800b0b2 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1800b0b2 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1800b0b2 Branch: refs/heads/trunk Commit: 1800b0b2166abcb858888d171486f666e57fdf2a Parents: 3fa380d Author: Aleksandr Kovalenko <[email protected]> Authored: Mon Jun 15 18:34:13 2015 +0300 Committer: Aleksandr Kovalenko <[email protected]> Committed: Mon Jun 15 22:19:27 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/1800b0b2/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 || [] } )) }
