Skip to content

Commit

Permalink
Merge branch 'main' into proboverview
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT authored Mar 23, 2024
2 parents 5cf65a4 + d724f9f commit 7913753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/Utils/Utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ public static function printhost(string $hostname, bool $full = false): string
public static function printsize(int $size, int $decimals = 1): string
{
$factor = 1024;
$units = ['B', 'KB', 'MB', 'GB'];
$units = ['B', 'KB', 'MB', 'GB', 'TB', 'PB'];
$display = $size;

$exact = true;
Expand Down

0 comments on commit 7913753

Please sign in to comment.