Backlog #4799

Sunstone sort by IP should sort numerically

Added by John Noss almost 5 years ago. Updated over 4 years ago.

Status:ClosedStart date:09/19/2016
Priority:HighDue 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
...

Associated revisions

Revision 8dd9da2c
Added by Juan Jose Montiel Cano over 4 years ago

B #4799 Sunstone sort by IP

Revision 83834240
Added by Tino Vázquez over 4 years ago

Merge pull request #135 from juanmont/B-4799

B #4799 Sunstone sort by IP

Revision fbae91f5
Added by Juan Jose Montiel Cano over 4 years ago

B #4799 Sunstone sort by IP

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

Also available in: Atom PDF