Update workflow run page (#1372)

This commit is contained in:
Shuchang Zheng
2024-12-11 09:23:07 -08:00
committed by GitHub
parent 9cf4743961
commit 7272dadf3d
11 changed files with 661 additions and 494 deletions

View File

@@ -396,14 +396,14 @@ function Workflows() {
if (event.ctrlKey || event.metaKey) {
window.open(
window.location.origin +
`/workflows/${workflowRun.workflow_permanent_id}/${workflowRun.workflow_run_id}`,
`/workflows/${workflowRun.workflow_permanent_id}/${workflowRun.workflow_run_id}/blocks`,
"_blank",
"noopener,noreferrer",
);
return;
}
navigate(
`/workflows/${workflowRun.workflow_permanent_id}/${workflowRun.workflow_run_id}`,
`/workflows/${workflowRun.workflow_permanent_id}/${workflowRun.workflow_run_id}/blocks`,
);
}}
className="cursor-pointer"