We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf20cfe commit 99054d2Copy full SHA for 99054d2
frontend/src/tools/misc.ts
@@ -56,4 +56,7 @@ export function toHumanReadableBytes(value: number){
56
57
if(value < 1000000000000)
58
return `${round(value / 1000000000)} GB`;
59
+
60
+ return `${round(value / 1000000000000)} TB`;
61
62
}
0 commit comments