Browse Source

AMBARI-11929. Unable to create config group for Knox (akovalenko)

Aleksandr Kovalenko 10 years ago
parent
commit
1800b0b216
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ambari-web/app/controllers/installer.js

+ 1 - 1
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 || []
         }
       ))
     }