mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-14 08:21:01 +00:00
committed by
Maciej Hirsz
parent
ca0ab38bd2
commit
b16b9c5090
@@ -89,7 +89,7 @@ export default class Row extends React.Component<RowProps, {}> {
|
|||||||
render: ({ nodeStats }) => {
|
render: ({ nodeStats }) => {
|
||||||
const cpu = nodeStats[3];
|
const cpu = nodeStats[3];
|
||||||
|
|
||||||
return cpu ? `${(cpu * 100).toFixed(1)}%` : '-';
|
return cpu ? `${cpu.toFixed(1)}%` : '-';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user