gluon-status-page: add TB to list of units for transfer volumes

Fixes #614
This commit is contained in:
Delta / Stefan 2016-01-07 17:47:53 +01:00 committed by Matthias Schiffer
parent 0bd0df6f93
commit bbdc334b43
1 changed files with 1 additions and 1 deletions

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