You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, this is an awesome project, so many <3s. That said, there is an issue with host IP sorting. I am happy to do some of the lifting here, but definitely need to make Host - Address sorts go in proper order (.x.2 should be above .x.11, .2.x should be above .11.x, etc.). I'll start poking, but if you can give me a pointer of where to look that would be awesome.
The text was updated successfully, but these errors were encountered:
so sorry for the late response. I've overseen your issue totally.
I will have a look at the sorting too. Basically, those tables are Bootstrap datatables, which are initialized by JavaScript.
The IPs are considered strings, therefore sorting does not properly work. We have to create a custom sorting algorithm in JS and use it to initialize the datatables.
The relevant JS is located at the end of the nmap-boostrap.xsl file if you want to have a look at it too.
First, this is an awesome project, so many <3s. That said, there is an issue with host IP sorting. I am happy to do some of the lifting here, but definitely need to make Host - Address sorts go in proper order (.x.2 should be above .x.11, .2.x should be above .11.x, etc.). I'll start poking, but if you can give me a pointer of where to look that would be awesome.
The text was updated successfully, but these errors were encountered: