mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 15:38:06 -03:30
remove created by/modified by search keys from ig lookup
This commit is contained in:
parent
4a9979e2db
commit
acf54e6102
@ -74,14 +74,6 @@ function InstanceGroupsLookup(props) {
|
||||
name: i18n._(t`Credential Name`),
|
||||
key: 'credential__name',
|
||||
},
|
||||
{
|
||||
name: i18n._(t`Created By (Username)`),
|
||||
key: 'created_by__username',
|
||||
},
|
||||
{
|
||||
name: i18n._(t`Modified By (Username)`),
|
||||
key: 'modified_by__username',
|
||||
},
|
||||
]}
|
||||
sortColumns={[
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user