mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
add back in searchable keys props to user token list
This commit is contained in:
committed by
John Mitchell
parent
5b362ef162
commit
f15325aebf
@@ -140,6 +140,8 @@ function UserTokenList({ i18n }) {
|
|||||||
key: 'modified',
|
key: 'modified',
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
toolbarSearchableKeys={searchableKeys}
|
||||||
|
toolbarRelatedSearchableKeys={relatedSearchableKeys}
|
||||||
renderToolbar={props => (
|
renderToolbar={props => (
|
||||||
<DataListToolbar
|
<DataListToolbar
|
||||||
{...props}
|
{...props}
|
||||||
|
|||||||
Reference in New Issue
Block a user