mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Merge pull request #11946 from nixocio/ui_cred_type
Add credential type filter
This commit is contained in:
commit
1679102204
@ -155,6 +155,10 @@ function CredentialList() {
|
||||
name: t`Modified By (Username)`,
|
||||
key: 'modified_by__username__icontains',
|
||||
},
|
||||
{
|
||||
name: t`Credential Type`,
|
||||
key: 'credential_type__search',
|
||||
},
|
||||
]}
|
||||
headerRow={
|
||||
<HeaderRow qsConfig={QS_CONFIG}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user