We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a962ba + 96be2b7 commit b9d194fCopy full SHA for b9d194f
scripts/js/footer.js
@@ -390,7 +390,9 @@ function updateSystemInfo() {
390
system.cpu.load.raw[2].toFixed(2) +
391
" on " +
392
system.cpu.nprocs +
393
- " cores running " +
+ " core" +
394
+ (system.cpu.nprocs > 1 ? "s" : "") +
395
+ " running " +
396
system.procs +
397
" processes"
398
);
@@ -404,7 +406,9 @@ function updateSystemInfo() {
404
406
405
407
") on " +
408
409
410
411
412
413
414
0 commit comments