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: {