mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 10:11:05 -03: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
|
||||
};
|
||||
|
||||
$scope.nodeConfig.node.promptData = $scope.promptData = {
|
||||
$scope.nodeConfig.node.promptData = $scope.jobNodeState.promptData = {
|
||||
launchConf: launchConf,
|
||||
launchOptions: launchOptions,
|
||||
prompts: prompts,
|
||||
|
||||
Reference in New Issue
Block a user