mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 23:34:38 +01:00
Add tooltip for event log view
This commit is contained in:
@@ -51,6 +51,7 @@ RED.eventLog = (function() {
|
||||
align: "right",
|
||||
element: statusWidget
|
||||
});
|
||||
RED.popover.tooltip(statusWidget, RED._('actions.open-event-log'));
|
||||
RED.statusBar.hide("red-ui-event-log-status");
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user