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:
parent
155c214df0
commit
1b50b26901
@ -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 = [];
|
||||
|
Loading…
Reference in New Issue
Block a user