mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Be consistent in how node settings are addressed
This commit is contained in:
@@ -156,7 +156,7 @@
|
||||
clearNameData("ca");
|
||||
});
|
||||
|
||||
if (RED.settings.nodeSettings.tlsConfigDisableLocalFiles) {
|
||||
if (RED.settings.tlsConfigDisableLocalFiles) {
|
||||
$("#node-config-row-uselocalfiles").hide();
|
||||
} else {
|
||||
$("#node-config-row-uselocalfiles").show();
|
||||
|
Reference in New Issue
Block a user