diff --git a/awx/ui/src/components/JobList/JobList.js b/awx/ui/src/components/JobList/JobList.js index 9445e58c52..53af3f00b4 100644 --- a/awx/ui/src/components/JobList/JobList.js +++ b/awx/ui/src/components/JobList/JobList.js @@ -214,7 +214,7 @@ function JobList({ defaultParams, showTypeColumn = false }) { }, { name: t`Status`, - key: 'status', + key: 'or__status', options: [ [`new`, t`New`], [`pending`, t`Pending`],