Commit Graph

4 Commits

Author SHA1 Message Date
Tom Mortensen
d3b08826ea In case of multiple non-hyperthreaded CPU's, entry for cpu 0 was skipped.
This was because code was testing for empty (blank) line like this:
  if (!$line) continue;
but a line consisting of string "0" will also be skipped.
Solution: get rid of that line, not needed anyway.
2017-10-21 11:23:34 -07:00
bergware
29fee9c2ef Code optimization 2017-10-15 00:30:17 +02:00
bergware
c4b8160599 Use shorthand javascript calls 2017-10-14 17:48:59 +02:00
bergware
b51488d321 Make System Devices page more responsive 2017-10-14 16:09:58 +02:00