web: ThermalUnits: Build table data

This commit is contained in:
2025-06-25 10:32:04 -05:00
parent d78700bdc6
commit 1fea873ddf
3 changed files with 67 additions and 4 deletions

View File

@@ -62,12 +62,12 @@ export const ThermalUnitsColumnSpec: ColumnSpec[] = [
width: 60,
},
{
title: "Min uptime (h)",
title: "Minimum uptime (h)",
type: "number",
width: 80,
},
{
title: "Min downtime (h)",
title: "Minimum downtime (h)",
type: "number",
width: 100,
},