mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
bump templates form credential_types page limit
This commit is contained in:
parent
21425db889
commit
3571abb42b
@ -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'));
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user