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:
parent
07aae8cefc
commit
dc7ec9dfe0
@ -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;
|
||||
|
@ -224,6 +224,7 @@
|
||||
tooltip="{{ varsTooltip }}"
|
||||
label="{{ varsLabel }}"
|
||||
label-class="WorkflowResults-extraVarsLabel"
|
||||
name="{{ varsName }}"
|
||||
disabled="disabled">
|
||||
</at-code-mirror>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user