Pārlūkot izejas kodu

AMBARI-5555. NameNode HA wizard: Review page appears blank. (onechiporenko)

Oleg Nechiporenko 11 gadi atpakaļ
vecāks
revīzija
80a499a1f7

+ 1 - 1
ambari-web/app/controllers/main/admin/highAvailability/wizard_controller.js

@@ -137,7 +137,7 @@ App.HighAvailabilityWizardController = App.WizardController.extend({
         isInstalled: true
       });
     });
-    App.db.setMasterComponentHosts(masterComponentHosts);
+    this.setDBProperty('masterComponentHosts', masterComponentHosts);
     this.set('content.masterComponentHosts', masterComponentHosts);
   },