mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Add case insensitive search for Name
This commit is contained in:
parent
b545a6510f
commit
4985fb6ffa
@ -82,6 +82,13 @@ function ManagementJobList({ i18n }) {
|
||||
pluralizedItemName={i18n._(t`Management Jobs`)}
|
||||
toolbarSearchableKeys={searchableKeys}
|
||||
toolbarRelatedSearchableKeys={relatedSearchableKeys}
|
||||
toolbarSearchColumns={[
|
||||
{
|
||||
name: i18n._(t`Name`),
|
||||
key: 'name__icontains',
|
||||
isDefault: true,
|
||||
},
|
||||
]}
|
||||
renderToolbar={props => (
|
||||
<DatalistToolbar
|
||||
{...props}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user