Query Log - incorrect sort by IP

Query log doesn't sort by IP 100% correctly... Currently it sorts the same way a filename would sort, like this:

10.0.0.2
10.0.0.3
10.0.0.42
10.0.0.5
10.0.0.68

It should sort like this:

10.0.0.2
10.0.0.3
10.0.0.5
10.0.0.42
10.0.0.68

Ideally, if you know the last octet ends in something like .250, I would sort by IP and scroll to the bottom. With the current sort, it would be almost completely the opposite. .250 would appear very early in the list.

Thank you for your time and consideration,
-Wutnaut

PR which should fix this:

Implemented with the release of Web v5.1.1