mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
add limit search key to jobs list
This commit is contained in:
@@ -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={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user