Add 'restart flows' option to deploy menu

This commit is contained in:
Nick O'Leary
2018-09-06 15:27:01 +01:00
parent 195342f7db
commit 8c169dc82b
3 changed files with 58 additions and 1 deletions

View File

@@ -172,7 +172,10 @@
"modifiedFlowsDesc": "Only deploys flows that contain changed nodes",
"modifiedNodes": "Modified Nodes",
"modifiedNodesDesc": "Only deploys nodes that have changed",
"restartFlows": "Restart Flows",
"restartFlowsDesc": "Restarts the current deployed flows",
"successfulDeploy": "Successfully deployed",
"successfulRestart": "Successfully restarted flows",
"deployFailed": "Deploy failed: __message__",
"unusedConfigNodes":"You have some unused configuration nodes.",
"unusedConfigNodesLink":"Click here to see them",