mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-07-06 11:30:58 +02:00
fix(RPC): fix rpc access
This commit is contained in:
committed by
Christian Appel
co-authored by
Christian Appel
parent
889e9c0994
commit
8e53ae2d39
@@ -228,6 +228,8 @@ class AtlasConnectionInfo(QWidget):
|
||||
|
||||
class BECAtlasAdminView(BECWidget, QWidget):
|
||||
|
||||
RPC = False
|
||||
|
||||
authenticated = Signal(bool)
|
||||
|
||||
def __init__(
|
||||
|
||||
+2
@@ -36,6 +36,8 @@ class BorderLessLabel(QLabel):
|
||||
|
||||
class ExperimentMatCard(BECWidget, QWidget):
|
||||
|
||||
RPC = False
|
||||
|
||||
experiment_selected = Signal(dict)
|
||||
|
||||
def __init__(
|
||||
|
||||
Reference in New Issue
Block a user