Fix #1463
This commit is contained in:
parent
2d3d8aa1af
commit
5b283d9bbd
|
@ -106,7 +106,7 @@ sub manage_selection {
|
|||
|
||||
$self->{cpu}->{$i} = {
|
||||
display => $i,
|
||||
idle => $result->{sgProxyCpuCoreBusyTime}, busy => $result->{sgProxyCpuCoreIdleTime}
|
||||
idle => $result->{sgProxyCpuCoreIdleTime}, busy => $result->{sgProxyCpuCoreBusyTime}
|
||||
};
|
||||
$i++;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue