1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Various small fixes

This commit is contained in:
Ycarus (Yannick Chabanois) 2022-09-12 19:55:17 +02:00
parent 70571e546b
commit 218fb8a6e5
3 changed files with 10 additions and 3 deletions

View file

@ -85,6 +85,7 @@
function bandwidth_label(bytes, br)
{
if (bytes < 0) bytes = 0;
var uby = '<%:kB/s%>';
var kby = (bytes / 1024);