mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 05:17:36 -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`),
|
name: i18n._(t`Credential Name`),
|
||||||
key: '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={[
|
sortColumns={[
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user