What Unit Types are Supported in the UI?
from ./include/config.inc.php in convert_units() (if I've read it correctly)
s - seconds
b, bps - bits
<empty string> - (number or float depending on the input)
<any other value> - treated as a multiple of 1024
from ./include/config.inc.php in convert_units() (if I've read it correctly)
s - seconds
b, bps - bits
<empty string> - (number or float depending on the input)
<any other value> - treated as a multiple of 1024
Comment