1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-14 20:52:56 +01:00

fix(RPC): fix rpc access

This commit is contained in:
2026-02-26 15:13:29 +01:00
committed by Jan Wyzula
parent e86f7578c2
commit 9002277a52
2 changed files with 4 additions and 0 deletions

View File

@@ -228,6 +228,8 @@ class AtlasConnectionInfo(QWidget):
class BECAtlasAdminView(BECWidget, QWidget):
RPC = False
authenticated = Signal(bool)
def __init__(

View File

@@ -36,6 +36,8 @@ class BorderLessLabel(QLabel):
class ExperimentMatCard(BECWidget, QWidget):
RPC = False
experiment_selected = Signal(dict)
def __init__(