This commit is contained in:
garnier-quentin 2015-08-25 13:38:09 +02:00
commit 9af4340d4d
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ sub manage_selection {
$self->{dg}->{$name} = { display => $name, total => $total_mb * 1024 * 1024,
used => $usable_file_mb * 1024 * 1024,
used => ($total_mb * 1024 * 1024) - ($usable_file_mb * 1024 * 1024),
state => $state, type => lc($type), offline_disks => $offline_disks };
}