Function: DetailLabel()
function DetailLabel(props: DetailLabelProperties): Element;
Defined in: src/components/common/MonitorUiComponents.tsx:129
Dynamically formats and displays monitor detail labels.
Parametersโ
propsโ
Component properties
Returnsโ
JSX element containing the formatted label
Remarksโ
Asynchronously formats detail strings using monitor type-specific formatting rules. Gracefully degrades to fallback text if formatting fails.