gluon-status-page: add TB to list of units for transfer volumes
Fixes #614
This commit is contained in:
parent
0bd0df6f93
commit
bbdc334b43
@ -192,7 +192,7 @@ define(["lib/helper"], function (Helper) {
|
||||
}
|
||||
|
||||
function prettyBytes(d) {
|
||||
return prettyPrefix([ "B", "kB", "MB", "GB" ], 1024, d)
|
||||
return prettyPrefix([ "B", "kB", "MB", "GB", "TB" ], 1024, d)
|
||||
}
|
||||
|
||||
function prettyUptime(seconds) {
|
||||
|
Loading…
Reference in New Issue
Block a user