mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -03:30
use dot notation for state params
This commit is contained in:
parent
8bd801fd07
commit
709cf70138
@ -254,7 +254,7 @@ function InstanceGroupsRun ($stateExtender, strings, ComponentsStrings) {
|
||||
resolvedModels: InstanceGroupsResolve,
|
||||
Dataset: ['GetBasePath', 'QuerySet', '$stateParams',
|
||||
function(GetBasePath, qs, $stateParams) {
|
||||
let path = `${GetBasePath('instance_groups')}${$stateParams['instance_group_id']}/instances`;
|
||||
let path = `${GetBasePath('instance_groups')}${$stateParams.instance_group_id}/instances`;
|
||||
return qs.search(path, $stateParams[`instance_search`]);
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user