Add credential type filter

Add credential type filter

See: https://github.com/ansible/awx/issues/11930
This commit is contained in:
nixocio 2022-03-23 16:44:50 -04:00
parent 7b2b979c1b
commit 6c28f4b204

View File

@ -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}>