mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Update tooltip style and add to some editor buttons
This commit is contained in:
@@ -157,7 +157,8 @@
|
||||
toolbar: uiComponents.footer,
|
||||
enableOnEdit: true,
|
||||
pinned: true,
|
||||
iconClass: "fa fa-bug"
|
||||
iconClass: "fa fa-bug",
|
||||
action: "core:show-debug-tab"
|
||||
});
|
||||
RED.actions.add("core:show-debug-tab",function() { RED.sidebar.show('debug'); });
|
||||
|
||||
|
Reference in New Issue
Block a user