mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Don't show size twice
This commit is contained in:
@@ -196,9 +196,8 @@ if (@vgs) {
|
||||
($total, $free) = &mount::disk_space(
|
||||
$stat[1], $stat[0]);
|
||||
if ($total) {
|
||||
$usedmsg = &text('lv_petotals',
|
||||
&nice_size(($total-$free)*1024),
|
||||
&nice_size($total*1024));
|
||||
$usedmsg = &nice_size(
|
||||
($total-$free)*1024);
|
||||
}
|
||||
}
|
||||
print &ui_columns_row([
|
||||
|
||||
Reference in New Issue
Block a user