Skip to content

Change all formatting of Mega/Giga bytes to Mibi/Gibi

Frank Tackitt requested to merge kageurufu/exosphere:948-fix-byte-display into master

Overview

Change humanBytes to format bytes in powers of 1024

Replace GigaBytes / MegaBytes with GibiBytes/MibiBytes, and CinderGB with GigaBytes.

This brings all byte displays on Exosphere to be consistent with those displayed on Horizon.

Fixes #948 (closed) and #865 (closed)

How to Test

Open Exosphere and Horizon, and compare byte sizes for instances, shares, and volumes

Screenshots

Overview

image image

Instances

(Compare RAM usage against the Horizon Overview)

image

Shares

image image

Volumes

image image

Edited by Chris Martin

Merge request reports