Bumped up the bandwidth max a bit.

pull/444/head
Joe Prochazka 2018-06-22 10:46:56 -04:00
rodzic e2647fa2ad
commit 8f6cbc3f58
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -9,8 +9,8 @@ $(document).ready(function () {
['Label', 'Value'],
['Memory', 100],
['CPU', 100],
['In ' + ((bandwidthScale == 'kbps') ? '(KB/s)' : '(MB/s)'), 100],
['Out ' + ((bandwidthScale == 'kbps') ? '(KB/s)' : '(MB/s)'), 100],
['In ' + ((bandwidthScale == 'kbps') ? '(KB/s)' : '(MB/s)'), 150],
['Out ' + ((bandwidthScale == 'kbps') ? '(KB/s)' : '(MB/s)'), 150],
['CPU Temp', 100]
]);