feat: allow stop the network

This commit is contained in:
linonetwo 2023-08-14 16:58:41 +08:00
parent 249362b16f
commit 96a835da67
4 changed files with 59 additions and 31 deletions

View file

@ -485,7 +485,8 @@
"SearchWorkflows": "Search Workflows",
"CurrentNodeComponentType": "Component type of this node",
"NodeLabel": "Label",
"InPort": "In Ports"
"InPort": "In Ports",
"StopWorkflow": "Stop Workflow"
},
"Description": "Description",
"Tags": "Tags",

View file

@ -490,6 +490,7 @@
"FilteringExcludeClickToRemove": "正筛选不包含本标签的,点击设为不参与筛选\t",
"CurrentNodeComponentType": "此节点的组件类型",
"NodeLabel": "节点名",
"InPort": "入口"
"InPort": "入口",
"StopWorkflow": "停止工作流"
}
}