Repository: ambari Updated Branches: refs/heads/trunk d0139617c -> 80a499a1f
AMBARI-5555. NameNode HA wizard: Review page appears blank. (onechiporenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/80a499a1 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/80a499a1 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/80a499a1 Branch: refs/heads/trunk Commit: 80a499a1f735f2f8069bb675d6f99d63322bf4a9 Parents: d013961 Author: Oleg Nechiporenko <[email protected]> Authored: Thu Apr 24 13:01:06 2014 +0300 Committer: Oleg Nechiporenko <[email protected]> Committed: Thu Apr 24 13:01:06 2014 +0300 ---------------------------------------------------------------------- .../controllers/main/admin/highAvailability/wizard_controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/80a499a1/ambari-web/app/controllers/main/admin/highAvailability/wizard_controller.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/main/admin/highAvailability/wizard_controller.js b/ambari-web/app/controllers/main/admin/highAvailability/wizard_controller.js index c838373..47f0c5f 100644 --- a/ambari-web/app/controllers/main/admin/highAvailability/wizard_controller.js +++ b/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); },
