diff --git a/app/components/Block.tsx b/app/components/Block.tsx index 50c10da..dc9ad0d 100644 --- a/app/components/Block.tsx +++ b/app/components/Block.tsx @@ -45,7 +45,7 @@ export default function Block({ setShowAdvanced(!showAdvanced); }} > - + - + {showAdvanced && "Readback: "} {pv.value} {pv.units != null && pv.units} @@ -91,7 +91,7 @@ export default function Block({ )} - + {pv.runcontrol_enabled && (pv.runcontrol_inrange ? "✅" : "❌")} diff --git a/app/components/Group.tsx b/app/components/Group.tsx index 0cd97ec..7928d2a 100644 --- a/app/components/Group.tsx +++ b/app/components/Group.tsx @@ -28,14 +28,14 @@ export default function Group({ {group.name} - - - - - + + + + + - + {group.blocks.map((pv) => { return ( Loading...; } return ( -
+
BlockValueIn-Range
BlockValueIn-Range