Skip to content
Snippets Groups Projects
Commit bbdc334b authored by Delta / Stefan's avatar Delta / Stefan Committed by Matthias Schiffer
Browse files

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

Fixes #614
parent 0bd0df6f
No related branches found
No related tags found
No related merge requests found
...@@ -192,7 +192,7 @@ define(["lib/helper"], function (Helper) { ...@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment