This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| System Temperatures - Tue Aug 13 13:18:16 CEST 2019 | |
| System Load: 0.15, 0.22, 0.20 | |
| CPU Temperature: | |
| dev.cpu.1.temperature: 37.0C | |
| dev.cpu.0.temperature: 37.0C | |
| HDD Temperature: | |
| ada0: 35 C - WDC WD40EFRX-68N32N0 (WD-WCC7K1VYRPJ3) | |
| ada1: 34 C - ST4000VN008-2DR166 (ZDH6FF4Q) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| System Temperatures - Tue Aug 13 13:18:16 CEST 2019 | |
| System Load: 0.15, 0.22, 0.20 | |
| CPU Temperature: | |
| dev.cpu.1.temperature: 37.0C | |
| dev.cpu.0.temperature: 37.0C | |
| HDD Temperature: | |
| ada0: 35 C - WDC WD40EFRX-68N32N0 (WD-WCC7K1VYRPJ3) | |
| ada1: 34 C - ST4000VN008-2DR166 (ZDH6FF4Q) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| success: function(resp) { | |
| $('#' + tableId + ' tbody tr.empty').remove(); | |
| var $data = JSON.parse(resp); | |
| var $addedRow = false; | |
| $.each($data.data, function(i,x) { | |
| var $activity = x.activity; |