We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b895ded commit c14d370Copy full SHA for c14d370
src/screens/DetectorMotion.tsx
@@ -31,6 +31,7 @@ export function DetectorMotionTabPanel() {
31
<Stack direction={"row"} spacing={5} justifyContent={"center"}>
32
<Button
33
color="custom"
34
+ variant="contained"
35
onClick={() =>
36
submitAndRunPlanImmediately("gui_move_detector", { det: "eiger" })
37
}
@@ -39,6 +40,7 @@ export function DetectorMotionTabPanel() {
39
40
</Button>
41
42
43
44
45
submitAndRunPlanImmediately("gui_move_detector", {
46
det: "pilatus",
0 commit comments