Added % to healthcheck sanity

This commit is contained in:
bourquecharles
2021-04-28 18:01:14 -04:00
parent f1fefdf1a4
commit 90e932f297

View File

@@ -85,6 +85,12 @@ const DeviceHealth = () => {
{cleanTimestamp(item.recorded)}
</td>
),
'sanity':
(item)=>(
<td>
{`${item.sanity}%`}
</td>
),
'show_details':
(item, index)=>{
if(item.sanity === 100){