1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

support up to 200 credential types in launch prompts

This commit is contained in:
Jake McDermott 2019-01-29 20:10:13 -05:00
parent 155c214df0
commit 1b50b26901
No known key found for this signature in database
GPG Key ID: 9A6F084352C3A0B7

View File

@ -48,7 +48,7 @@ export default [ 'ProcessErrors', 'CredentialTypeModel', 'TemplatesStrings',
let credentialType = new CredentialType();
credentialType.http.get()
credentialType.http.get({ params: { page_size: 200 }})
.then( (response) => {
vm.promptDataClone.prompts.credentials.credentialTypes = {};
vm.promptDataClone.prompts.credentials.credentialTypeOptions = [];