mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Rework start/stop api to use runtime-event notification message
This commit is contained in:
@@ -169,6 +169,10 @@
|
||||
}
|
||||
},
|
||||
"notification": {
|
||||
"state": {
|
||||
"flowsStopped": "Flows stopped",
|
||||
"flowsStarted": "Flows started"
|
||||
},
|
||||
"warning": "<strong>Warning</strong>: __message__",
|
||||
"warnings": {
|
||||
"undeployedChanges": "node has undeployed changes",
|
||||
@@ -291,12 +295,6 @@
|
||||
"stopstart":{
|
||||
"status": {
|
||||
"state_changed": "Flows runtime has been changed to '__state__' state"
|
||||
},
|
||||
"errors": {
|
||||
"notAllowed": "Method not allowed",
|
||||
"notAuthorized": "Not authorized",
|
||||
"notFound": "Not found",
|
||||
"noResponse": "No response from server"
|
||||
}
|
||||
},
|
||||
"deploy": {
|
||||
|
Reference in New Issue
Block a user