mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Merge pull request #11470 from rebeccahhh/devel
Jobs page filter status with OR operator
This commit is contained in:
commit
ddc428532f
@ -214,7 +214,7 @@ function JobList({ defaultParams, showTypeColumn = false }) {
|
||||
},
|
||||
{
|
||||
name: t`Status`,
|
||||
key: 'status',
|
||||
key: 'or__status',
|
||||
options: [
|
||||
[`new`, t`New`],
|
||||
[`pending`, t`Pending`],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user