mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 22:19:28 -02:30
hits correct api end point to get options data for host groups list
This commit is contained in:
@@ -21,7 +21,7 @@ class Hosts extends Base {
|
|||||||
}
|
}
|
||||||
|
|
||||||
readGroupsOptions(id) {
|
readGroupsOptions(id) {
|
||||||
return this.http.options(`${this.baseUrl}${id}/groups/`);
|
return this.http.options(`${this.baseUrl}${id}/all_groups/`);
|
||||||
}
|
}
|
||||||
|
|
||||||
associateGroup(id, groupId) {
|
associateGroup(id, groupId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user