We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06e49fd commit 28b8045Copy full SHA for 28b8045
1 file changed
mxstatus/src/components/InfoCPU.js
@@ -92,7 +92,7 @@ const InfoCPU = props => {
92
overflow: 'hidden'
93
}}>
94
<div style={{
95
- width: `${cpu_usage}%`,
+ width: `${cpu_usage * 100}%`,
96
height: '100%',
97
backgroundColor: getUtilizationColor(cpu_usage),
98
borderRadius: '3px',
0 commit comments