mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add version information to /settings
This commit is contained in:
@@ -146,6 +146,7 @@ var RED = function() {
|
||||
function loadSettings() {
|
||||
$.get('settings', function(data) {
|
||||
RED.settings = data;
|
||||
console.log("Node-RED: "+data.version);
|
||||
loadNodes();
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user