mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 00:08:44 -03:30
Merge pull request #11946 from nixocio/ui_cred_type
Add credential type filter
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user