mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Filtering out project syncs by default on the jobs list
by adding the query param `not__launch_type='sync'`
This commit is contained in:
parent
31781fa3d8
commit
7db6f35650
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user