mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 23:46:05 -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:
committed by
Matthew Jones
parent
1fc40d38c7
commit
b5cfea2ed9
@@ -38,12 +38,7 @@ function(jobData, jobDataOptions, jobLabels, jobFinished, count, $scope, ParseTy
|
|||||||
|
|
||||||
// used for tag search
|
// used for tag search
|
||||||
$scope.list = {
|
$scope.list = {
|
||||||
basePath: jobData.related.job_events,
|
basePath: jobData.related.job_events
|
||||||
defaultSearchParams: function(term){
|
|
||||||
return {
|
|
||||||
or__stdout__icontains: term,
|
|
||||||
};
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// used for tag search
|
// used for tag search
|
||||||
|
|||||||
Reference in New Issue
Block a user