1st version which could be used on the device

This commit is contained in:
2024-03-20 21:15:06 +01:00
parent d79d2aefee
commit 3fe818e144
14 changed files with 996 additions and 43 deletions

View File

@@ -101,7 +101,7 @@ export const MonitoringList = () => {
renderCell: function render({ row }) {
return (
<NumberField
value={row.sampleperiod}
value={row.downtime}
options={{
minimumIntegerDigits: 1,
minimumFractionDigits:1,