mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
include flows stop/start state
This commit is contained in:
parent
1b94cc3ac0
commit
af4f07cb26
@ -100,9 +100,13 @@ function buildDiagnosticReport(scope, callback) {
|
|||||||
version: os.version(),
|
version: os.version(),
|
||||||
},
|
},
|
||||||
runtime: {
|
runtime: {
|
||||||
isStarted: runtime.isStarted(),
|
|
||||||
modules: modules,
|
|
||||||
version: runtime.settings.version,
|
version: runtime.settings.version,
|
||||||
|
isStarted: runtime.isStarted(),
|
||||||
|
flows: {
|
||||||
|
state: runtime.flows && runtime.flows.state(),
|
||||||
|
started: runtime.flows && runtime.flows.started,
|
||||||
|
},
|
||||||
|
modules: modules,
|
||||||
settings: {
|
settings: {
|
||||||
available: runtime.settings.available(),
|
available: runtime.settings.available(),
|
||||||
apiMaxLength: runtime.settings.apiMaxLength || "UNSET",
|
apiMaxLength: runtime.settings.apiMaxLength || "UNSET",
|
||||||
|
Loading…
Reference in New Issue
Block a user