Merge pull request #11946 from nixocio/ui_cred_type

Add credential type filter
This commit is contained in:
Alex Corey 2022-03-28 10:03:56 -04:00 committed by GitHub
commit 1679102204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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