Add more ui tooltips

This commit is contained in:
Nick O'Leary
2018-10-24 22:57:16 +01:00
parent e64f4e3f39
commit 70fb181b7b
9 changed files with 111 additions and 48 deletions

View File

@@ -215,7 +215,8 @@ RED.debug = (function() {
refreshDebugNodeList();
filterDialog.slideDown(200);
}
})
});
RED.popover.tooltip(toolbar.find('#debug-tab-filter'),RED._('node-red:debug.sidebar.filterLog'));
toolbar.find("#debug-tab-clear").click(function(e) {
e.preventDefault();