Repository: ambari Updated Branches: refs/heads/branch-1.5.1 8e7a0a6bd -> bace6db21
AMBARI-5390. Jobs page should show only jobs with Tez DAGs. (srimanth) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/bace6db2 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/bace6db2 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/bace6db2 Branch: refs/heads/branch-1.5.1 Commit: bace6db21f3ad02028f75bf6e323964749da6568 Parents: 8e7a0a6 Author: Srimanth Gunturi <[email protected]> Authored: Mon Apr 7 18:32:13 2014 -0700 Committer: Srimanth Gunturi <[email protected]> Committed: Tue Apr 8 08:58:39 2014 -0700 ---------------------------------------------------------------------- ambari-web/app/controllers/main/jobs_controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/bace6db2/ambari-web/app/controllers/main/jobs_controller.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/main/jobs_controller.js b/ambari-web/app/controllers/main/jobs_controller.js index 00d7060..3db6a7c 100644 --- a/ambari-web/app/controllers/main/jobs_controller.js +++ b/ambari-web/app/controllers/main/jobs_controller.js @@ -312,7 +312,7 @@ App.MainJobsController = Em.Controller.extend({ * @return {String} */ createJobsFiltersLink: function() { - var link = "?fields=events,primaryfilters,otherinfo"; + var link = "?fields=events,primaryfilters,otherinfo&secondaryFilter=tez:true"; var numberOfAppliedFilters = 0; if(this.get("id") !== "") {
