From c157960846578a50998b2e18bad8da023b5cf471 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Thu, 24 May 2018 16:47:51 +0100 Subject: [PATCH] Change debug sidebar icon --- nodes/core/core/58-debug.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/core/core/58-debug.html b/nodes/core/core/58-debug.html index 95b55d7f5..dc011ebda 100644 --- a/nodes/core/core/58-debug.html +++ b/nodes/core/core/58-debug.html @@ -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'); });