Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sort by size in snapshots table view not working #1368

Closed
priyaganti opened this issue Jul 5, 2016 · 2 comments · Fixed by #2023
Closed

sort by size in snapshots table view not working #1368

priyaganti opened this issue Jul 5, 2016 · 2 comments · Fixed by #2023
Assignees

Comments

@priyaganti
Copy link
Contributor

No description provided.

@gkadillak
Copy link
Contributor

@priyaganti could you provide more clarification? What do you mean by 'not working'?

@schakrava schakrava added this to the Panamint Valley milestone Aug 16, 2017
@phillxnet
Copy link
Member

I think the issue here is the nature of the sort.
It would appear that we are currently sorting by a suspected sting/lexicographical not a unit aware numeric:
ie currently from largest to smallest:

96.00 KB
80.00 KB
64.00 KB
6.62 MB
6.61 MB
6.59 MB
59.09 MB
5.23 MB
200.00 KB
16.00 KB
ie 9, 8, 6, 5, 2, 1 as first digit.

Tested for both Total and Exclusive Size sort.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants