diff --git a/frontend/components/hosts/HostDetails/helpers.js b/frontend/components/hosts/HostDetails/helpers.js index 3769c38455..587b54d386 100644 --- a/frontend/components/hosts/HostDetails/helpers.js +++ b/frontend/components/hosts/HostDetails/helpers.js @@ -1,6 +1,6 @@ import moment from 'moment'; -const BYTES_PER_GIGABYTE = 1000000000; +const BYTES_PER_GIGABYTE = 1074000000; const NANOSECONDS_PER_MILLISECOND = 1000000; const inGigaBytes = (bytes) => {