Close #125
This commit is contained in:
parent
6ab9c971ab
commit
649ac074ad
1 changed files with 1 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ labthing.add_view(views.SnapshotStream, f"/streams/snapshot")
|
||||||
|
|
||||||
# Attach microscope action resources
|
# Attach microscope action resources
|
||||||
labthing.add_view(views.actions.ActionsView, "/actions")
|
labthing.add_view(views.actions.ActionsView, "/actions")
|
||||||
|
labthing.add_root_link(views.actions.ActionsView, "actions")
|
||||||
for name, action in views.enabled_root_actions().items():
|
for name, action in views.enabled_root_actions().items():
|
||||||
view_class = action["view_class"]
|
view_class = action["view_class"]
|
||||||
rule = action["rule"]
|
rule = action["rule"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue