mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-06 08:21:50 -05:00
update search based on pr feedback:
- fix InventoryHost list inadverdent breakage due to merge conflict - update label__name search key to labels__name - always snap to page 1 when a search happens - udpate capitalization of keys to be consistent - remove isDefault from sort col items in tests
This commit is contained in:
@@ -129,11 +129,11 @@ function MultiCredentialsLookup(props) {
|
||||
isDefault: true
|
||||
},
|
||||
{
|
||||
name: i18n._(t`Created by (username)`),
|
||||
name: i18n._(t`Created By (Username)`),
|
||||
key: 'created_by__username',
|
||||
},
|
||||
{
|
||||
name: i18n._(t`Modified by (username)`),
|
||||
name: i18n._(t`Modified By (Username)`),
|
||||
key: 'modified_by__username',
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user