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
commit ac01eab0f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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