#71: Made execution from any node work
This commit is contained in:
@@ -2697,7 +2697,7 @@ const AngularWorkflow = (props) => {
|
||||
selectedAction.execution_variable = value
|
||||
}
|
||||
setSelectedAction(selectedAction)
|
||||
setUpdate("actionname "+e.target.value)
|
||||
setUpdate("actionname "+e.target.value+selectedAction.Label)
|
||||
}}
|
||||
style={{backgroundColor: inputColor, color: "white", height: "50px"}}
|
||||
>
|
||||
|
||||
@@ -926,7 +926,7 @@ const Workflows = (props) => {
|
||||
</Button>
|
||||
</Tooltip>
|
||||
*/}
|
||||
<Tooltip color="primary" title={"Download workflows"} placement="top">
|
||||
<Tooltip color="primary" title={"Download / Import workflows"} placement="top">
|
||||
<Button color="primary" style={{}} variant="text" onClick={() => setLoadWorkflowsModalOpen(true)}>
|
||||
<CloudDownloadIcon />
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user