Skip to content

Conversation

@sachingoel0101
Copy link
Contributor

Bytes are now displayed in the following fashion:

  1. For [0, 1000) units, display three significant digits.
  2. For [1000,1024) units, display 2 decimal points for the next higher unit.
    For example, 1010 KB is displayed as 0.99 MB, 10 MB is displayed as 10.0 MB and 230 MB is displayed as such.

Bytes are now displayed in the following fashion:
1. For [0, 1000) units, display three significant digits.
2. For [1000,1024) units, display 2 decimal points for the next higher unit.
For example, 1010 KB is displayed as 0.99 MB, 10 MB is displayed as 10.0 MB and 230 MB is displayed as such.
@rmetzger
Copy link
Contributor

+1 to merge

Validated the change on a cluster and it worked nicely:
image

@StephanEwen
Copy link
Contributor

Merging this...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants