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