mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-24 17:53:36 -05:00
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