Collapse sidebar tabs

This commit is contained in:
Nick O'Leary
2018-05-23 10:25:10 +01:00
parent 36105412b1
commit a4eb8e11c3
9 changed files with 269 additions and 42 deletions

View File

@@ -154,7 +154,9 @@
name: this._("debug.sidebar.name"),
content: uiComponents.content,
toolbar: uiComponents.footer,
enableOnEdit: true
enableOnEdit: true,
pinned: true,
iconClass: "fa fa-wrench"
});
RED.actions.add("core:show-debug-tab",function() { RED.sidebar.show('debug'); });