feat(ui): disable nodes during workflow running

This commit is contained in:
Fu Diwei
2025-01-04 12:58:45 +08:00
parent 52dfa5e8c3
commit 2213399f5e
8 changed files with 38 additions and 26 deletions

View File

@@ -248,7 +248,7 @@ const WorkflowDetail = () => {
<Show when={tabValue === "orchestration"}>
<div className="relative">
<div className="py-12 lg:pr-36 xl:pr-48">
<WorkflowElements />
<WorkflowElements disabled={isRunning} />
</div>
<div className="absolute right-0 top-0 z-[1]">
<Space>