Sfoglia il codice sorgente

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

Aleksandr Kovalenko 10 anni fa
parent
commit
1800b0b216
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 || []
         }
       ))
     }