mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
Fixed bug when search job_events with key:value
This commit is contained in:
@@ -38,7 +38,8 @@ 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,
|
||||||
|
name: 'job_events'
|
||||||
};
|
};
|
||||||
|
|
||||||
// used for tag search
|
// used for tag search
|
||||||
|
|||||||
Reference in New Issue
Block a user