You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ea...@apache.org on 2018/11/13 16:06:26 UTC

qpid-dispatch git commit: DISPATCH-1184 Remove extraneous line from tooltip

Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 368e18108 -> dc2ed2841


DISPATCH-1184 Remove extraneous line from tooltip


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/dc2ed284
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/dc2ed284
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/dc2ed284

Branch: refs/heads/master
Commit: dc2ed28417f4f012a869b46282644ef191ecec10
Parents: 368e181
Author: Ernest Allen <ea...@redhat.com>
Authored: Tue Nov 13 11:06:14 2018 -0500
Committer: Ernest Allen <ea...@redhat.com>
Committed: Tue Nov 13 11:06:14 2018 -0500

----------------------------------------------------------------------
 console/stand-alone/plugin/js/topology/nodes.js       | 3 ++-
 console/stand-alone/plugin/js/topology/qdrTopology.js | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/dc2ed284/console/stand-alone/plugin/js/topology/nodes.js
----------------------------------------------------------------------
diff --git a/console/stand-alone/plugin/js/topology/nodes.js b/console/stand-alone/plugin/js/topology/nodes.js
index 25ecb6c..22ee458 100644
--- a/console/stand-alone/plugin/js/topology/nodes.js
+++ b/console/stand-alone/plugin/js/topology/nodes.js
@@ -85,7 +85,8 @@ export class Node {
     else {
       title += `<tr><td>Count</td><td>${this.normals.length}</td></tr>`;
     }
-    title += '<tr><td colspan=2 class="more-info">Click circle for more info</td></tr></table>';
+    //title += '<tr><td colspan=2 class="more-info">Click circle for more info</td></tr></table>';
+    title += '</table>';
     return title;
   }
 

http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/dc2ed284/console/stand-alone/plugin/js/topology/qdrTopology.js
----------------------------------------------------------------------
diff --git a/console/stand-alone/plugin/js/topology/qdrTopology.js b/console/stand-alone/plugin/js/topology/qdrTopology.js
index 2499ca4..aa5aea6 100644
--- a/console/stand-alone/plugin/js/topology/qdrTopology.js
+++ b/console/stand-alone/plugin/js/topology/qdrTopology.js
@@ -659,7 +659,7 @@ export class TopologyController {
           if (!$scope.$$phase) $scope.$apply();
           // handle clicking on nodes that represent multiple sub-nodes
           if (d.normals) {
-            //doDialog(d);
+            doDialog(d);
           }
           restart(false);
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org