mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Removed default search params for searching stdout. searching stdout will now be supported by the basic search= syntax.
This commit is contained in:
parent
1fc40d38c7
commit
b5cfea2ed9
@ -38,12 +38,7 @@ function(jobData, jobDataOptions, jobLabels, jobFinished, count, $scope, ParseTy
|
||||
|
||||
// used for tag search
|
||||
$scope.list = {
|
||||
basePath: jobData.related.job_events,
|
||||
defaultSearchParams: function(term){
|
||||
return {
|
||||
or__stdout__icontains: term,
|
||||
};
|
||||
},
|
||||
basePath: jobData.related.job_events
|
||||
};
|
||||
|
||||
// used for tag search
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user