mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 06:17:36 -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',
|
key: 'created_by__username',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -211,6 +211,10 @@ class JobList extends Component {
|
|||||||
[`canceled`, i18n._(t`Canceled`)],
|
[`canceled`, i18n._(t`Canceled`)],
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: i18n._(t`Limit`),
|
||||||
|
key: 'job__limit'
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
toolbarSortColumns={[
|
toolbarSortColumns={[
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user