|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

I created a pull request for this : https://github.com/jenkinsci/jenkins/pull/1509 . I attached the screenshots in the pull request as well. I updated sortable.js to check for data that ends with % , and sort it just like currency (remove all characters except 0-9 and '.'). This doesn't take into consideration if the percentage is <100% or >0% (treats it as 100 and 0 respectively).