mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Add hasUsers to global-config
This commit is contained in:
parent
707b831c30
commit
601a4ec70d
@ -17,7 +17,8 @@
|
|||||||
oneditprepare: function() {
|
oneditprepare: function() {
|
||||||
$('#node-input-edit-env-var').on('click', function(evt) {
|
$('#node-input-edit-env-var').on('click', function(evt) {
|
||||||
RED.actions.invoke('core:show-user-settings', 'envvar')
|
RED.actions.invoke('core:show-user-settings', 'envvar')
|
||||||
})
|
});
|
||||||
}
|
},
|
||||||
|
hasUsers: false
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user