mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
Minor change to fix rebase conflict.
This commit is contained in:
@@ -353,7 +353,7 @@ export default ['$scope', 'TemplatesService', 'JobTemplateModel', 'PromptService
|
|||||||
value: $scope.extraVars
|
value: $scope.extraVars
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.nodeConfig.node.promptData = $scope.promptData = {
|
$scope.nodeConfig.node.promptData = $scope.jobNodeState.promptData = {
|
||||||
launchConf: launchConf,
|
launchConf: launchConf,
|
||||||
launchOptions: launchOptions,
|
launchOptions: launchOptions,
|
||||||
prompts: prompts,
|
prompts: prompts,
|
||||||
|
|||||||
Reference in New Issue
Block a user