mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
add show-global-env action
This commit is contained in:
@@ -166,6 +166,10 @@ RED.envVar = (function() {
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
RED.actions.add("core:show-global-env", function() {
|
||||
RED.userSettings.show('envvar');
|
||||
});
|
||||
}
|
||||
|
||||
return {
|
||||
|
Reference in New Issue
Block a user