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