mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 22:48:02 -03:30
add limit search key to jobs list
This commit is contained in:
parent
acf54e6102
commit
959d5058fc
@ -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={[
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user