Updated Branches: refs/heads/trunk 05793888d -> 24dbefe24
AMBARI-3520 New Master info not updated automatically after Reassign Master. (akovalenko) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/24dbefe2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/24dbefe2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/24dbefe2 Branch: refs/heads/trunk Commit: 24dbefe242509d2ee7fe570bb0d40f682119a99a Parents: 0579388 Author: Aleksandr Kovalenko <[email protected]> Authored: Tue Oct 15 18:26:14 2013 +0300 Committer: Aleksandr Kovalenko <[email protected]> Committed: Tue Oct 15 18:26:14 2013 +0300 ---------------------------------------------------------------------- ambari-web/app/routes/reassign_master_routes.js | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/24dbefe2/ambari-web/app/routes/reassign_master_routes.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/routes/reassign_master_routes.js b/ambari-web/app/routes/reassign_master_routes.js index 060c364..5f56350 100644 --- a/ambari-web/app/routes/reassign_master_routes.js +++ b/ambari-web/app/routes/reassign_master_routes.js @@ -180,6 +180,7 @@ module.exports = Em.Route.extend({ localdb: App.db.data }); router.transitionTo('main.index'); + location.reload(); } }, @@ -233,6 +234,7 @@ module.exports = Em.Route.extend({ localdb: App.db.data }); router.transitionTo('main.index'); + location.reload(); } },
