mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
add back in workflow_nodes in order to be able to use it for count of nodes
This commit is contained in:
@@ -115,6 +115,7 @@ export default ['workflowData', 'workflowResultsService', 'workflowDataOptions',
|
|||||||
function init() {
|
function init() {
|
||||||
// put initially resolved request data on scope
|
// put initially resolved request data on scope
|
||||||
$scope.workflow = workflowData;
|
$scope.workflow = workflowData;
|
||||||
|
$scope.workflow_nodes = workflowNodes;
|
||||||
$scope.workflowOptions = workflowDataOptions.actions.GET;
|
$scope.workflowOptions = workflowDataOptions.actions.GET;
|
||||||
$scope.labels = jobLabels;
|
$scope.labels = jobLabels;
|
||||||
$scope.showManualControls = false;
|
$scope.showManualControls = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user