Merge pull request #2525 from kialam/fix/1067-workflow-status-pending

Update labels and tooltips whenever the websocket emits status change
This commit is contained in:
kialam
2018-07-16 10:36:09 -04:00
committed by GitHub

View File

@@ -258,6 +258,7 @@ export default ['workflowData', 'workflowResultsService', 'workflowDataOptions',
.getCounts($scope.workflow_nodes);
$scope.$broadcast("refreshWorkflowChart");
}
getLabelsAndTooltips();
});
$scope.$on('$destroy', function() {