Skip to content

Commit

Permalink
Update webpack/assets/javascripts/react_app/components/HostDetails/Ta…
Browse files Browse the repository at this point in the history
…bs/Details/Cards/Virtualization/VirtVmware.js

Co-authored-by: Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
  • Loading branch information
sbernhard and ekohl authored Jun 27, 2023
1 parent fa659d6 commit da29ec4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const VirtVmware = ({ vm }) => (
<DescriptionListGroup key={`disk-${index}`}>
<DescriptionListTerm>{__('Disk capacity')}</DescriptionListTerm>
<DescriptionListDescription>
{NumberToHumanSize(disk.capacity * 1024 * 2, {
{NumberToHumanSize(disk.capacity * 1024 * 1024, {
strip_insignificant_zeros: true,
})}
</DescriptionListDescription>
Expand Down

0 comments on commit da29ec4

Please sign in to comment.