remove created by/modified by search keys from ig lookup

This commit is contained in:
John Mitchell 2020-01-10 11:42:45 -05:00
parent 4a9979e2db
commit acf54e6102

View File

@ -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={[
{