mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03: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 = () => {
|
||||
Rest.setUrl(GetBasePath('credential_types'));
|
||||
return Rest
|
||||
.get()
|
||||
.get({ params: { page_size: 200 }})
|
||||
.catch(handleError('GET', 'credential types'));
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user