Merge pull request #255 from amitkinfopercept/master

Fix should go on launch branch.
This commit is contained in:
Frikky
2021-02-12 11:09:32 +01:00
committed by GitHub
5 changed files with 85 additions and 15 deletions
+4 -1
View File
@@ -569,6 +569,9 @@ const AngularWorkflow = (props) => {
}
break
case "FAILURE":
//When status comes as failure, allow user to start workflow execution
setExecutionRunning(false)
currentnode.removeClass('not-executing-highlight')
currentnode.removeClass('executing-highlight')
currentnode.removeClass('success-highlight')
@@ -6625,7 +6628,7 @@ const AngularWorkflow = (props) => {
}
</span>
:
<div style={{maxHeight: 250, overflowX: "hidden", overflowY: "scroll",}}>
<div style={{maxHeight: 250, overflowX: "hidden", overflowY: "auto",}}>
<b>Result</b>&nbsp;
{data.result}
</div>