mirror of
https://github.com/ansible/awx.git
synced 2026-03-20 10:27:34 -02:30
@@ -158,9 +158,9 @@ export default ['$state', '$stateParams', '$scope', 'ParseVariableString',
|
|||||||
varName = source + '_variables';
|
varName = source + '_variables';
|
||||||
}
|
}
|
||||||
|
|
||||||
$scope[varName] = $scope[varName] === (null || undefined) ? '---' : $scope[varName];
|
$scope[varName] = ParseVariableString(inventorySourceData
|
||||||
|
.source_vars);
|
||||||
|
|
||||||
ParseVariableString(inventorySourceData.source_vars);
|
|
||||||
ParseTypeChange({
|
ParseTypeChange({
|
||||||
scope: $scope,
|
scope: $scope,
|
||||||
field_id: varName,
|
field_id: varName,
|
||||||
|
|||||||
Reference in New Issue
Block a user