Repository: ambari Updated Branches: refs/heads/trunk 5c0306e68 -> 0677c8d12
AMBARI-6814 Filter based on component not preserved after coming back from Host's summary page. (ababiichuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0677c8d1 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0677c8d1 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0677c8d1 Branch: refs/heads/trunk Commit: 0677c8d12f620adef484ea94638a15234f301602 Parents: 5c0306e Author: aBabiichuk <[email protected]> Authored: Mon Aug 11 19:25:00 2014 +0300 Committer: aBabiichuk <[email protected]> Committed: Mon Aug 11 19:25:00 2014 +0300 ---------------------------------------------------------------------- ambari-web/app/routes/main.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/0677c8d1/ambari-web/app/routes/main.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/routes/main.js b/ambari-web/app/routes/main.js index 89c2388..42dd211 100644 --- a/ambari-web/app/routes/main.js +++ b/ambari-web/app/routes/main.js @@ -303,6 +303,7 @@ module.exports = Em.Route.extend({ hostDetails: Em.Route.extend({ route: '/:host_id', connectOutlets: function (router, host) { + router.get('mainHostController').set('showFilterConditionsFirstLoad', true); router.get('mainController').connectOutlet('mainHostDetails', host); },
