1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-04-22 16:24:34 +02:00

feat: add logpanel to menu

This commit is contained in:
2025-11-28 18:01:00 +01:00
committed by David Perl
parent 09bb1121d8
commit 2e8f43fcac
2 changed files with 2 additions and 0 deletions
@@ -376,6 +376,7 @@ class BECDockArea(DockAreaWidget):
"bec_shell": (BECShell.ICON_NAME, "Add BEC Shell", "BECShell"),
"log_panel": (LogPanel.ICON_NAME, "Add LogPanel - Disabled", "LogPanel"),
"sbb_monitor": ("train", "Add SBB Monitor", "SBBMonitor"),
"log_panel": (LogPanel.ICON_NAME, "Add LogPanel", "LogPanel"),
}
# Create expandable menu actions (original behavior)
@@ -349,6 +349,7 @@ class LogPanel(BECWidget, QWidget):
"""Live display of the BEC logs in a table view."""
PLUGIN = True
ICON_NAME = "browse_activity"
def __init__(
self,