Don't show size twice

This commit is contained in:
Jamie Cameron
2018-11-25 17:10:11 -08:00
parent 6cdf4c1175
commit 43a715f7d9

View File

@@ -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([