MaintenanceDialogContent
Body of the maintenance dialog — captures the work-order details before applying the maintenance flag.
Body of the maintenance dialog — captures the work-order details before applying the maintenance flag.
import { MaintenanceDialogContent } from "@tetherto/mdk-react-devkit";| Prop | Status | Type | Default | Description |
|---|---|---|---|---|
selectedEditSocket | Optional | Partial<SelectedEditSocket> | — | — |
onCancel | Optional | VoidFunction | — | — |
Usage
Form body inside the maintenance dialog. Captures work-order details (reason, technician, notes) before applying the maintenance flag to a miner slot.
Example
import { MaintenanceDialogContent } from '@tetherto/mdk-react-devkit'export const MaintenanceDialogContentExample = () => ( <div className="mdk-example-row"> <MaintenanceDialogContent selectedEditSocket={{}} onCancel={() => console.warn('cancelled')} /> </div>)GenericDataBox
Reusable labelled stat box used by container summary panels for one-off numeric values. Displays a table of label-value-unit rows.
MicroBTCooling
Cooling subsystem panel for a MicroBT container — pumps, fans, and coolant flow telemetry. Displays cooling system status for MicroBT containers including: -…