Commit Graph

3 Commits

Author SHA1 Message Date
Oliver Gorwits
4f84dd0f33 [#128] Added some Juniper interface examples to the Port sort test 2015-01-25 10:26:31 +00:00
Oliver Gorwits
ae5ca802f4 [#152] HP devices with port names "D##" not sorted by portsort.js
In naturalsort there is handling for Float, Decimal and Scientific notation.
This looks for numbers like:
'10.04f','10.039F','10.038d','1.528535047e5'

It was breaking port sorting for ports named like "D1", "D10" etc.

Have removed support for sorting these numbers as it's unlikely we need that
in Netdisco, for now.
2014-10-09 16:58:02 +01:00
Oliver Gorwits
6493b276bf fix Port sort order for Extreme switches "1:10" format 2014-01-01 23:28:40 +00:00