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