mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
AC-414 Added 'Job Failed?' filter to Jobs page'
This commit is contained in:
@@ -41,6 +41,14 @@ angular.module('JobsListDefinition', [])
|
||||
sourceModel: 'job_template',
|
||||
sourceField: 'name'
|
||||
},
|
||||
failed: {
|
||||
label: 'Job failed?',
|
||||
searchSingleValue: true,
|
||||
searchType: 'boolean',
|
||||
searchValue: 'true',
|
||||
searchOnly: true,
|
||||
nosort: true
|
||||
},
|
||||
status: {
|
||||
label: 'Status',
|
||||
"class": 'job-\{\{ job.status \}\}',
|
||||
|
||||
Reference in New Issue
Block a user