From acf54e610273c83884bb4d2f8c0420b20d21bbea Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Fri, 10 Jan 2020 11:42:45 -0500 Subject: [PATCH] remove created by/modified by search keys from ig lookup --- .../src/components/Lookup/InstanceGroupsLookup.jsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/awx/ui_next/src/components/Lookup/InstanceGroupsLookup.jsx b/awx/ui_next/src/components/Lookup/InstanceGroupsLookup.jsx index a0c75d4527..f0c88576ca 100644 --- a/awx/ui_next/src/components/Lookup/InstanceGroupsLookup.jsx +++ b/awx/ui_next/src/components/Lookup/InstanceGroupsLookup.jsx @@ -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={[ {