Bugfixes found Shuffle blog part 2

This commit is contained in:
frikky
2020-05-26 18:10:23 +02:00
parent 5815dbe5ed
commit 8ab60dd30a
7 changed files with 21 additions and 10 deletions
+2 -2
View File
@@ -4118,7 +4118,7 @@ const AngularWorkflow = (props) => {
<div style={{marginTop: "20px", marginBottom: "7px", display: "flex"}}>
<div style={{width: "17px", height: "17px", borderRadius: 17 / 2, backgroundColor: "#f85a3e", marginRight: "10px"}}/>
<div style={{flex: "10"}}>
<b>Run how often (seconds)? </b>
<b>Interval (seconds) </b>
</div>
</div>
<TextField
@@ -4489,7 +4489,7 @@ const AngularWorkflow = (props) => {
<h2>Executing Workflow</h2>
{executionData.execution_argument !== undefined && executionData.execution_argument.length > 0 ?
<div>
<h3>Execution Argument: </h3>{executionText}
<h3>Execution Argument: </h3>{executionData.execution_argument}
</div>
: null }
{executionData.status !== undefined && executionData.status.length > 0 ?