From dc7ec9dfe049b3b1d841e657e02ec7b9107ff799 Mon Sep 17 00:00:00 2001 From: kialam Date: Wed, 6 Feb 2019 12:11:15 -0700 Subject: [PATCH] Adjust WF results to account for codemirror changes. --- .../client/src/workflow-results/workflow-results.controller.js | 1 + awx/ui/client/src/workflow-results/workflow-results.partial.html | 1 + 2 files changed, 2 insertions(+) diff --git a/awx/ui/client/src/workflow-results/workflow-results.controller.js b/awx/ui/client/src/workflow-results/workflow-results.controller.js index fbbcaf635f..cc7709edad 100644 --- a/awx/ui/client/src/workflow-results/workflow-results.controller.js +++ b/awx/ui/client/src/workflow-results/workflow-results.controller.js @@ -169,6 +169,7 @@ export default ['workflowData', 'workflowResultsService', 'workflowDataOptions', $scope.parseType = 'yaml'; $scope.varsTooltip= i18n._('Read only view of extra variables added to the workflow.'); $scope.varsLabel = i18n._('Extra Variables'); + $scope.varsName = 'extra_vars'; // Click binding for the expand/collapse button on the standard out log $scope.stdoutFullScreen = false; diff --git a/awx/ui/client/src/workflow-results/workflow-results.partial.html b/awx/ui/client/src/workflow-results/workflow-results.partial.html index 4e102f740c..03e8ce7334 100644 --- a/awx/ui/client/src/workflow-results/workflow-results.partial.html +++ b/awx/ui/client/src/workflow-results/workflow-results.partial.html @@ -224,6 +224,7 @@ tooltip="{{ varsTooltip }}" label="{{ varsLabel }}" label-class="WorkflowResults-extraVarsLabel" + name="{{ varsName }}" disabled="disabled">