diff --git a/awx/ui_next/src/screens/Job/JobList/JobList.jsx b/awx/ui_next/src/screens/Job/JobList/JobList.jsx index 5f68ce0345..f8e3aa42b0 100644 --- a/awx/ui_next/src/screens/Job/JobList/JobList.jsx +++ b/awx/ui_next/src/screens/Job/JobList/JobList.jsx @@ -194,7 +194,7 @@ class JobList extends Component { ], }, { - name: i18n._(t`Created By (Username)`), + name: i18n._(t`Launched By (Username)`), key: 'created_by__username', }, { @@ -211,6 +211,10 @@ class JobList extends Component { [`canceled`, i18n._(t`Canceled`)], ], }, + { + name: i18n._(t`Limit`), + key: 'job__limit' + } ]} toolbarSortColumns={[ {