Moved executions to workflow view

This commit is contained in:
frikky
2021-01-22 13:27:28 +01:00
parent 4f1e618042
commit 09002f4aa3
3 changed files with 10 additions and 3 deletions
+6
View File
@@ -1536,6 +1536,12 @@ const AngularWorkflow = (props) => {
getWorkflowExecution(props.match.params.key)
getAvailableWorkflows(-1)
getSettings()
const cursearch = typeof window === 'undefined' || window.location === undefined ? "" : window.location.search
const tmpView = new URLSearchParams(cursearch).get("view")
if (tmpView !== undefined && tmpView !== null && tmpView === "executions") {
setExecutionModalOpen(true)
}
return
}