mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 16:28:43 -03:30
add org name to user team search columns
This commit is contained in:
@@ -63,6 +63,17 @@ function UserTeamList({ i18n }) {
|
|||||||
isSelected={false}
|
isSelected={false}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
toolbarSearchColumns={[
|
||||||
|
{
|
||||||
|
name: i18n._(t`Name`),
|
||||||
|
key: 'name',
|
||||||
|
isDefault: true,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: i18n._(t`Organization`),
|
||||||
|
key: 'organization__name',
|
||||||
|
},
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user