浏览代码

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

Oleg Nechiporenko 11 年之前
父节点
当前提交
80a499a1f7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/controllers/main/admin/highAvailability/wizard_controller.js

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

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