Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.5.0
-
Ubuntu 10.04 amd64 with Java 1.6.0_24
-
-
hicc javascript
Description
In the web interface file graph_explorer.jsp, when querying the rows (system) with unique names (function getRows), the row (node) names that are substrings of existing names are dropped from the list provided by the webserver. For example, if 'node1' and 'node11' are part of the list, 'node1' is dropped and not displayed.
I'm not a Javascript expert--perhaps the call to ": contains" matches substrings?