Make disabled flows more obvious in editor

This commit is contained in:
Nick O'Leary
2018-11-08 18:04:36 +01:00
parent 073f38c68c
commit dc880c672a
6 changed files with 44 additions and 14 deletions

View File

@@ -106,7 +106,8 @@
"warning": "<strong>Warning</strong>: __message__",
"warnings": {
"undeployedChanges": "node has undeployed changes",
"nodeActionDisabled": "node actions disabled within subflow",
"nodeActionDisabled": "node actions disabled",
"nodeActionDisabledSubflow": "node actions disabled within subflow",
"missing-types": "<p>Flows stopped due to missing node types.</p>",
"safe-mode":"<p>Flows stopped in safe mode.</p><p>You can modify your flows and deploy the changes to restart.</p>",
"restartRequired": "Node-RED must be restarted to enable upgraded modules",