mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 03:17:39 -02:30
bump templates form credential_types page limit
This commit is contained in:
@@ -66,7 +66,7 @@ function MultiCredentialService (Rest, ProcessErrors, $q, GetBasePath) {
|
|||||||
this.getCredentialTypes = () => {
|
this.getCredentialTypes = () => {
|
||||||
Rest.setUrl(GetBasePath('credential_types'));
|
Rest.setUrl(GetBasePath('credential_types'));
|
||||||
return Rest
|
return Rest
|
||||||
.get()
|
.get({ params: { page_size: 200 }})
|
||||||
.catch(handleError('GET', 'credential types'));
|
.catch(handleError('GET', 'credential types'));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user