Merge pull request #3719 from node-red/pr_3642

Allow flows to be stopped and started manually
This commit is contained in:
Nick O'Leary
2022-06-29 20:54:45 +01:00
committed by GitHub
23 changed files with 565 additions and 71 deletions

View File

@@ -169,6 +169,10 @@
}
},
"notification": {
"state": {
"flowsStopped": "Flows stopped",
"flowsStarted": "Flows started"
},
"warning": "<strong>Warning</strong>: __message__",
"warnings": {
"undeployedChanges": "node has undeployed changes",