Update statistics.js

Proably Fix for Issue #614 : New status page: TB is displayed as undefined #614
This commit is contained in:
Delta / Stefan 2016-01-07 17:47:53 +01:00
parent 0bd0df6f93
commit a5b9ac4fea

View File

@ -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) {