Commit Graph

5 Commits

Author SHA1 Message Date
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
6564d9ca29 fix tabs in portsort.html 2014-10-09 16:54:47 +01:00
Oliver Gorwits
a93a9dd26d add test dependencies to Makefile.PL 2014-08-13 11:41:29 +01:00
Eric A. Miller
8cc9e64c9a portsort.js unit tests using qunit, qunit-tap, and phantomjs 2014-08-12 18:49:43 -04:00
Oliver Gorwits
6493b276bf fix Port sort order for Extreme switches "1:10" format 2014-01-01 23:28:40 +00:00