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:
parent
70571e546b
commit
218fb8a6e5
3 changed files with 10 additions and 3 deletions
|
@ -85,6 +85,7 @@
|
|||
|
||||
function bandwidth_label(bytes, br)
|
||||
{
|
||||
if (bytes < 0) bytes = 0;
|
||||
var uby = '<%:kB/s%>';
|
||||
var kby = (bytes / 1024);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue