- Timestamp:
- 06/15/15 11:57:50 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Services.WebApp.Status/3.3/WebApp/status/statusCtrl.js
r12435 r12445 143 143 // charts are currently filled with old total/used data 144 144 // start temporary 145 var usedCores = status.CoreStatus.TotalCores - status. getCoreStatus.FreeCores;145 var usedCores = status.CoreStatus.TotalCores - status.CoreStatus.FreeCores; 146 146 var usedMemory = status.MemoryStatus.TotalMemory - status.MemoryStatus.FreeMemory; 147 147 // end temporary
Note: See TracChangeset
for help on using the changeset viewer.