mirror of
https://github.com/optim-enterprises-bv/OptimCloud-gw-ui.git
synced 2025-10-30 01:42:19 +00:00
Added % to healthcheck sanity
This commit is contained in:
@@ -85,6 +85,12 @@ const DeviceHealth = () => {
|
||||
{cleanTimestamp(item.recorded)}
|
||||
</td>
|
||||
),
|
||||
'sanity':
|
||||
(item)=>(
|
||||
<td>
|
||||
{`${item.sanity}%`}
|
||||
</td>
|
||||
),
|
||||
'show_details':
|
||||
(item, index)=>{
|
||||
if(item.sanity === 100){
|
||||
|
||||
Reference in New Issue
Block a user