mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 11:57:37 -02:30
Pull azure regions from azure_rm_region_choices not azure_region_choices
Signed-off-by: mabashian <mabashia@redhat.com>
This commit is contained in:
@@ -251,7 +251,7 @@ export default ['$state', '$stateParams', '$scope', 'SourcesFormDefinition',
|
|||||||
scope: $scope,
|
scope: $scope,
|
||||||
field: 'source_regions',
|
field: 'source_regions',
|
||||||
variable: 'azure_regions',
|
variable: 'azure_regions',
|
||||||
choice_name: 'azure_region_choices',
|
choice_name: 'azure_rm_region_choices',
|
||||||
options: inventorySourcesOptions
|
options: inventorySourcesOptions
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -218,7 +218,7 @@ export default ['$state', '$stateParams', '$scope', 'ParseVariableString',
|
|||||||
scope: $scope,
|
scope: $scope,
|
||||||
field: 'source_regions',
|
field: 'source_regions',
|
||||||
variable: 'azure_regions',
|
variable: 'azure_regions',
|
||||||
choice_name: 'azure_region_choices',
|
choice_name: 'azure_rm_region_choices',
|
||||||
options: inventorySourcesOptions
|
options: inventorySourcesOptions
|
||||||
});
|
});
|
||||||
GetChoices({
|
GetChoices({
|
||||||
|
|||||||
Reference in New Issue
Block a user