mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
remove created by/modified by search keys from ig lookup
This commit is contained in:
@@ -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={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user