mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 07:31:07 +01:00
Apply suggestions from code review
This commit is contained in:
@@ -1694,7 +1694,7 @@ RED.palette.editor = (function() {
|
||||
|
||||
function autoInstallModules(modules) {
|
||||
if (RED.settings.get('externalModules.palette.allowInstall', true) === false) {
|
||||
console.error(new Error('Palette not editable'));
|
||||
console.error('Palette not editable');
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -407,7 +407,7 @@
|
||||
"unknown": "unknown"
|
||||
},
|
||||
"manageModules": "Manage modules",
|
||||
"tip": "<p>This node is a type unknown to your installation of Node-RED.</p><p><i>If you deploy with the node in this state, it's configuration will be preserved, but the flow will not start until the missing type is installed.</i></p><p>See the Info side bar for more help</p><p>You can also click the button below to open the palette and install the missing modules.</p>"
|
||||
"tip": "<p>This node is a type unknown to your installation of Node-RED.</p><p><i>If you deploy with the node in this state, it's configuration will be preserved, but the flow will not start until the missing type is installed.</i></p><p>See the Info side bar for more help</p>"
|
||||
},
|
||||
"mqtt": {
|
||||
"label": {
|
||||
|
||||
Reference in New Issue
Block a user