diff --git a/web/hwlab-cloud-web/src/components/device-pod/DevicePodSidebar.tsx b/web/hwlab-cloud-web/src/components/device-pod/DevicePodSidebar.tsx index 94bd29c1..49838e1b 100644 --- a/web/hwlab-cloud-web/src/components/device-pod/DevicePodSidebar.tsx +++ b/web/hwlab-cloud-web/src/components/device-pod/DevicePodSidebar.tsx @@ -5,6 +5,8 @@ import { devicePodsFromLive } from "../../state/workbench"; import type { DevicePodEvent, DevicePodInterface, DevicePodItem, DevicePodStatusResponse, LiveSurface } from "../../types/domain"; import { formatTimestamp, jsonPreview, shortToken, toneClass } from "../../utils"; import { StateTag } from "../shared/StateTag"; +import { WorkbenchBuildSummary } from "../workbench/WorkbenchBuildSummary"; +import { WorkbenchProbe } from "../workbench/WorkbenchProbe"; interface DevicePodSidebarProps { live: LiveSurface | null; @@ -26,6 +28,8 @@ export function DevicePodSidebar({ live, selectedDevicePodId, onSelect, collapse