From 7db6f356507eccbbb4aca1e97f6518ceee8d21dc Mon Sep 17 00:00:00 2001 From: jaredevantabor Date: Wed, 30 Nov 2016 12:28:04 -0800 Subject: [PATCH] Filtering out project syncs by default on the jobs list by adding the query param `not__launch_type='sync'` --- awx/ui/client/src/app.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/awx/ui/client/src/app.js b/awx/ui/client/src/app.js index 4bcfac154e..3782f6e740 100644 --- a/awx/ui/client/src/app.js +++ b/awx/ui/client/src/app.js @@ -426,7 +426,11 @@ var tower = angular.module('Tower', [ }, params: { job_search: { - value: { order_by: '-finished' } + value: { + not__launch_type: 'sync', + order_by: '-finished' + }, + squash: '' } }, data: {