mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-16 15:58:39 -05:00
Minor change to fix rebase conflict.
This commit is contained in:
+1
-1
@@ -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