mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
support up to 200 credential types in launch prompts
This commit is contained in:
@@ -48,7 +48,7 @@ export default [ 'ProcessErrors', 'CredentialTypeModel', 'TemplatesStrings',
|
|||||||
|
|
||||||
let credentialType = new CredentialType();
|
let credentialType = new CredentialType();
|
||||||
|
|
||||||
credentialType.http.get()
|
credentialType.http.get({ params: { page_size: 200 }})
|
||||||
.then( (response) => {
|
.then( (response) => {
|
||||||
vm.promptDataClone.prompts.credentials.credentialTypes = {};
|
vm.promptDataClone.prompts.credentials.credentialTypes = {};
|
||||||
vm.promptDataClone.prompts.credentials.credentialTypeOptions = [];
|
vm.promptDataClone.prompts.credentials.credentialTypeOptions = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user