add back in workflow_nodes in order to be able to use it for count of nodes

This commit is contained in:
John Mitchell 2018-11-21 14:28:50 -05:00 committed by mabashian
parent 762c882cd7
commit 3762ba7b24

View File

@ -115,6 +115,7 @@ export default ['workflowData', 'workflowResultsService', 'workflowDataOptions',
function init() {
// put initially resolved request data on scope
$scope.workflow = workflowData;
$scope.workflow_nodes = workflowNodes;
$scope.workflowOptions = workflowDataOptions.actions.GET;
$scope.labels = jobLabels;
$scope.showManualControls = false;