mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
Add credential type filter
Add credential type filter See: https://github.com/ansible/awx/issues/11930
This commit is contained in:
parent
7b2b979c1b
commit
6c28f4b204
@ -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