mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 18:21:03 -03: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
|
||||
$scope.list = {
|
||||
basePath: jobData.related.job_events
|
||||
basePath: jobData.related.job_events,
|
||||
name: 'job_events'
|
||||
};
|
||||
|
||||
// used for tag search
|
||||
|
||||
Reference in New Issue
Block a user