From: Maurice Qureshi Date: Thu, 3 Oct 2013 21:54:05 +0000 (-0700) Subject: Incorrect heading of a table column in the TroubleShooting GUI X-Git-Tag: jenkins-controller-bulk-release-prepare-only-2-1~672 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=349f16b51b3956ac46cbe3e0d8cb4a5b604efa34 Incorrect heading of a table column in the TroubleShooting GUI 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 --- diff --git a/opendaylight/web/troubleshoot/src/main/resources/js/page.js b/opendaylight/web/troubleshoot/src/main/resources/js/page.js index a8b6860d10..3ccec224ee 100644 --- a/opendaylight/web/troubleshoot/src/main/resources/js/page.js +++ b/opendaylight/web/troubleshoot/src/main/resources/js/page.js @@ -192,7 +192,7 @@ one.f.troubleshooting.existingNodes = { }, { property: 'nodeId', - label: 'Static Route', + label: 'Node ID', sortable: true }, {