mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-13 02:11:01 +00:00
Set CPU scale to 100% at minimum (#71)
This commit is contained in:
@@ -140,7 +140,7 @@ export default class Row extends React.Component<RowProps, {}> {
|
||||
}
|
||||
|
||||
return (
|
||||
<Sparkline width={48} height={16} stroke={1} format={formatCPU} values={cpu} />
|
||||
<Sparkline width={48} height={16} stroke={1} format={formatCPU} values={cpu} minScale={100} />
|
||||
);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user