mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 23:46:05 -03:30
add pagination to instance groups lookup modal
This commit is contained in:
@@ -106,8 +106,8 @@ class APIClient {
|
||||
return this.http.post(endpoint, data);
|
||||
}
|
||||
|
||||
getInstanceGroups () {
|
||||
return this.http.get(API_INSTANCE_GROUPS);
|
||||
getInstanceGroups (params) {
|
||||
return this.http.get(API_INSTANCE_GROUPS, { params });
|
||||
}
|
||||
|
||||
createInstanceGroups (url, id) {
|
||||
|
||||
Reference in New Issue
Block a user