mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 15:06:02 -03: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`,
|
||||
key: 'status',
|
||||
key: 'or__status',
|
||||
options: [
|
||||
[`new`, t`New`],
|
||||
[`pending`, t`Pending`],
|
||||
|
||||
Reference in New Issue
Block a user