alexander171294 / RustMon

Rust game admin tool for servers (RustMonitor)
Apache License 2.0
21 stars 3 forks source link

plugins sort columns not sorting correctly #58

Open Andrew-Cumming opened 2 months ago

Andrew-Cumming commented 2 months ago

When I click on the Size or the Load Time, it looks like it sorts by the string and not the value.

eg in descending order on Size im seeing

968 KB 93 MB 924 KB

and a number of other KB/MB entries in the wrong order.

on the Load Time

9.66s 86.56s 8.98s

alexander171294 commented 2 months ago

Thanks for the report, it's because is taking the numbers as strings :(

I will fix it.