mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
add back in workflow_nodes in order to be able to use it for count of nodes
This commit is contained in:
parent
762c882cd7
commit
3762ba7b24
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user