1st version which could be used on the device
This commit is contained in:
@@ -101,7 +101,7 @@ export const MonitoringList = () => {
|
||||
renderCell: function render({ row }) {
|
||||
return (
|
||||
<NumberField
|
||||
value={row.sampleperiod}
|
||||
value={row.downtime}
|
||||
options={{
|
||||
minimumIntegerDigits: 1,
|
||||
minimumFractionDigits:1,
|
||||
|
||||
Reference in New Issue
Block a user