()
| 21376 | networkAwareFetch(`/api/system/processes?sort=${sortBy}`) |
| 21377 | .then(response => response.json()) |
| 21378 | .then(processes => { |
| 21379 | updateProcessList(processes); |
| 21380 | }) |
| 21381 | .catch(error => { |
| 21382 | console.error('Error sorting processes:', error); |
| 21383 | }); |
| 21384 | } |
| 21385 |
no test coverage detected