Actions
Bug #7172
openSorting by hostname in Services > DHCP Server > LAN should be "natural" (alphanumeric friendly)
Status:
New
Priority:
Normal
Assignee:
-
Category:
DHCP (IPv4)
Target version:
-
Start date:
01/30/2017
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3.2
Affected Architecture:
Description
Under "Services > DHCP Server > LAN" if I sort the 'static mappings' table by the hostname column, I get results like:
builder10
builder12
builder13
builder3
builder7
builder8
when I would expect:
builder3
builder7
builder8
builder10
builder12
builder13
I don't know PHP, but a quick google suggests you need to use "SORT_NATURAL":
http://php.net/manual/en/function.sort.php
Likely there are other tables on other screens with this same issue.
Updated by Jim Pingle over 5 years ago
- Category changed from Web Interface to DHCP (IPv4)
Actions