mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Change Name strings to Application name in user token search/sort dropdowns
This commit is contained in:
parent
920eda9999
commit
f7a51fe658
@ -108,7 +108,7 @@ function UserTokenList({ i18n }) {
|
||||
onRowClick={handleSelect}
|
||||
toolbarSearchColumns={[
|
||||
{
|
||||
name: i18n._(t`Name`),
|
||||
name: i18n._(t`Application name`),
|
||||
key: 'application__name__icontains',
|
||||
isDefault: true,
|
||||
},
|
||||
@ -119,7 +119,7 @@ function UserTokenList({ i18n }) {
|
||||
]}
|
||||
toolbarSortColumns={[
|
||||
{
|
||||
name: i18n._(t`Name`),
|
||||
name: i18n._(t`Application name`),
|
||||
key: 'application__name',
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user