add limit search key to jobs list

This commit is contained in:
John Mitchell 2020-01-10 11:43:12 -05:00
parent acf54e6102
commit 959d5058fc

View File

@ -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={[
{