1
0
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:
Nick O'Leary 2018-05-24 16:47:51 +01:00
parent a5c00b5c81
commit c157960846
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -156,7 +156,7 @@
toolbar: uiComponents.footer,
enableOnEdit: true,
pinned: true,
iconClass: "fa fa-wrench"
iconClass: "fa fa-list-alt"
});
RED.actions.add("core:show-debug-tab",function() { RED.sidebar.show('debug'); });