Backlog #4799
Sunstone sort by IP should sort numerically
Status: | Closed | Start date: | 09/19/2016 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | Juan Jose Montiel Cano | % Done: | 100% | |
Category: | Sunstone | |||
Target version: | Release 5.4 |
Description
When clicking to sort by the IP address column in sunstone, currently this performs an alphabetical sort -- ie., the current sort order is like this:
x.y.z.10
x.y.z.100
x.y.z.101
...
x.y.z.109
x.y.z.11
x.y.z.110
x.y.z.111
...
This should be a numeric sort, ie,
x.y.z.1
x.y.z.2
...
x.y.z.9
x.y.z.10
x.y.z.11
...
x.y.z.99
x.y.z.100
x.y.z.101
...
History
#1 Updated by Ruben S. Montero almost 5 years ago
- Tracker changed from Feature to Backlog
- Priority changed from Normal to High
#2 Updated by Carlos Martín almost 5 years ago
Note for future implementation:
This can be done with 'sTime', something similar to 35f9b6a
#3 Updated by Tino Vázquez over 4 years ago
- Status changed from Pending to Closed
- Assignee set to Juan Jose Montiel Cano
- Target version set to Release 5.4
- % Done changed from 0 to 100