Incorrect heading of a table column in the TroubleShooting GUI 60/1660/2
authorMaurice Qureshi <maquresh@cisco.com>
Thu, 3 Oct 2013 21:54:05 +0000 (14:54 -0700)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 3 Oct 2013 23:42:32 +0000 (23:42 +0000)
The TroubleShooting Page on ODL Controller has a table "Existing Nodes". This table
has three columns. The middle column has switches. Current heading of this column is
"Static Route", instead of "Node ID".

Change-Id: I0f90d1156255591b00856e027e50bf447aa21733
Signed-off-by: Maurice Qureshi <maquresh@cisco.com>
opendaylight/web/troubleshoot/src/main/resources/js/page.js

index a8b6860d10926cce6c925131948626ce573e6dad..3ccec224ee90246b5a9e6d6563362b3dab4682b1 100644 (file)
@@ -192,7 +192,7 @@ one.f.troubleshooting.existingNodes = {
                         },
                         {
                             property: 'nodeId',
                         },
                         {
                             property: 'nodeId',
-                            label: 'Static Route',
+                            label: 'Node ID',
                             sortable: true
                         },
                         {
                             sortable: true
                         },
                         {