ec2instances.info icon indicating copy to clipboard operation
ec2instances.info copied to clipboard

Sorting by max ENI is broken

Open EverettBerry opened this issue 3 years ago • 2 comments

Not only is 11 at the top but scrolling down the whole order seems jumbled https://twitter.com/BlnaryMlke/status/1529503074653507585

Theory: these are being input as strings instead of numbers and we're sorting on the ascii characters.

EverettBerry avatar May 25 '22 18:05 EverettBerry

there were some other columns sorting as strings as well: https://github.com/vantage-sh/ec2instances.info/issues/454

PatMyron avatar May 31 '22 19:05 PatMyron

Oh nice find, will group these together in a fix.

EverettBerry avatar May 31 '22 20:05 EverettBerry