mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 00:38:45 -03:30
Adjust WF results to account for codemirror changes.
This commit is contained in:
@@ -169,6 +169,7 @@ export default ['workflowData', 'workflowResultsService', 'workflowDataOptions',
|
|||||||
$scope.parseType = 'yaml';
|
$scope.parseType = 'yaml';
|
||||||
$scope.varsTooltip= i18n._('Read only view of extra variables added to the workflow.');
|
$scope.varsTooltip= i18n._('Read only view of extra variables added to the workflow.');
|
||||||
$scope.varsLabel = i18n._('Extra Variables');
|
$scope.varsLabel = i18n._('Extra Variables');
|
||||||
|
$scope.varsName = 'extra_vars';
|
||||||
|
|
||||||
// Click binding for the expand/collapse button on the standard out log
|
// Click binding for the expand/collapse button on the standard out log
|
||||||
$scope.stdoutFullScreen = false;
|
$scope.stdoutFullScreen = false;
|
||||||
|
|||||||
@@ -224,6 +224,7 @@
|
|||||||
tooltip="{{ varsTooltip }}"
|
tooltip="{{ varsTooltip }}"
|
||||||
label="{{ varsLabel }}"
|
label="{{ varsLabel }}"
|
||||||
label-class="WorkflowResults-extraVarsLabel"
|
label-class="WorkflowResults-extraVarsLabel"
|
||||||
|
name="{{ varsName }}"
|
||||||
disabled="disabled">
|
disabled="disabled">
|
||||||
</at-code-mirror>
|
</at-code-mirror>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user