Hi
I’ve found a small cosmetic bug:
NethServer release 7.4.1708
on the admin-panel, section configuration, item DNS, tab hosts.
wrong behavior:
when I click the column header “IP address” the table is sorted on the IP column alphanumerical, so 192.168.1.22 comes before 192.168.1.3:
- 192.168.1.1
- 192.168.1.22
- 192.168.1.3
expected behaviour:
when I click the column header “IP address” the table is sorted on the IP column numerical, so 192.168.1.3 comes before 192.168.1.22:
- 192.168.1.1
- 192.168.1.3
- 192.168.1.22
Small bug, hopefully it can be fixed in a upcoming release.
(NB: maybe the same error is present in other sections/tables, I haven’t searched for it. When someone notices the same behaviour on other places, please report here.)