mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Change debug sidebar icon
This commit is contained in:
parent
a5c00b5c81
commit
c157960846
@ -156,7 +156,7 @@
|
|||||||
toolbar: uiComponents.footer,
|
toolbar: uiComponents.footer,
|
||||||
enableOnEdit: true,
|
enableOnEdit: true,
|
||||||
pinned: true,
|
pinned: true,
|
||||||
iconClass: "fa fa-wrench"
|
iconClass: "fa fa-list-alt"
|
||||||
});
|
});
|
||||||
RED.actions.add("core:show-debug-tab",function() { RED.sidebar.show('debug'); });
|
RED.actions.add("core:show-debug-tab",function() { RED.sidebar.show('debug'); });
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user