mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-21 23:41:49 -05:00
Merge pull request #94 from gconsidine/ui/fix/credentials-lookup
Ui/fix/credentials lookup
This commit is contained in:
@@ -46,7 +46,7 @@ export default ['$scope', 'Rest', 'CredentialList', 'Prompt', 'ProcessErrors', '
|
||||
}
|
||||
|
||||
$scope[list.name].forEach(credential => {
|
||||
credential.kind = credentialType.getById(credential.credential_type).name;
|
||||
credential.kind = credentialType.match('id', credential.credential_type).name;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user