- Timestamp:
- 07/01/15 13:07:01 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Services.WebApp.Status/3.3/WebApp/status/statusCtrl.js
r12557 r12561 125 125 } 126 126 } 127 cpuSeries.push([$scope.status.Timestamp, $scope.cpu.knobData]);128 127 128 cpuSeries.push([$scope.status.Timestamp, Math.round(status.CpuUtilizationStatus.TotalCpuUtilization)]); 129 129 // charts are currently filled with old total/used data 130 130 // start temporary
Note: See TracChangeset
for help on using the changeset viewer.