Update statistics.js
Proably Fix for Issue #614 : New status page: TB is displayed as undefined #614
This commit is contained in:
parent
0bd0df6f93
commit
a5b9ac4fea
@ -192,7 +192,7 @@ define(["lib/helper"], function (Helper) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function prettyBytes(d) {
|
function prettyBytes(d) {
|
||||||
return prettyPrefix([ "B", "kB", "MB", "GB" ], 1024, d)
|
return prettyPrefix([ "B", "kB", "MB", "GB", "TB" ], 1024, d)
|
||||||
}
|
}
|
||||||
|
|
||||||
function prettyUptime(seconds) {
|
function prettyUptime(seconds) {
|
||||||
|
Loading…
Reference in New Issue
Block a user