1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Adjust WF results to account for codemirror changes.

This commit is contained in:
kialam 2019-02-06 12:11:15 -07:00
parent 07aae8cefc
commit dc7ec9dfe0
No known key found for this signature in database
GPG Key ID: 2D0E60E4B8C7EA0F
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -224,6 +224,7 @@
tooltip="{{ varsTooltip }}"
label="{{ varsLabel }}"
label-class="WorkflowResults-extraVarsLabel"
name="{{ varsName }}"
disabled="disabled">
</at-code-mirror>