You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by on...@apache.org on 2014/04/24 12:03:13 UTC

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

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 <on...@apache.org>
Authored: Thu Apr 24 13:01:06 2014 +0300
Committer: Oleg Nechiporenko <on...@apache.org>
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);
   },