mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
AC-414 Added 'Job Failed?' filter to Jobs page'
This commit is contained in:
parent
ac7f4af94d
commit
252a623a1d
@ -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 \}\}',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user