At the moment the sorting function of the IP-address column of assets like computers is incorrect, because of the missing zeroes of the ip-addresses.
When I sort the ip addresses it will display it like this (ascending):
192.168.172.10
192.168.172.100
192.168.172.199
192.168.172.20
192.168.172.5
It would be great if it would sort the IP-addresses with it’s zeroes (at least in the background).
So it sorts like this:
Ascending:
192.168.172.005
192.168.172.010
192.168.172.020
192.168.172.100
192.168.172.199
Descending:
192.168.172.199
192.168.172.100
192.168.172.020
192.168.172.010
192.168.172.005

