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 2017/11/14 19:03:38 UTC

[4/5] qpid-dispatch git commit: DISPATCH-801 Remove test popover text on Router info dialog

DISPATCH-801 Remove test popover text on Router info dialog


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

Branch: refs/heads/master
Commit: be0194750ceddff3847ad23dd119aae7069872b1
Parents: 72a8dc2
Author: Ernest Allen <ea...@redhat.com>
Authored: Tue Nov 14 14:01:29 2017 -0500
Committer: Ernest Allen <ea...@redhat.com>
Committed: Tue Nov 14 14:01:29 2017 -0500

----------------------------------------------------------------------
 console/stand-alone/plugin/html/qdrTopology.html | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/be019475/console/stand-alone/plugin/html/qdrTopology.html
----------------------------------------------------------------------
diff --git a/console/stand-alone/plugin/html/qdrTopology.html b/console/stand-alone/plugin/html/qdrTopology.html
index 472ad9c..4a65758 100644
--- a/console/stand-alone/plugin/html/qdrTopology.html
+++ b/console/stand-alone/plugin/html/qdrTopology.html
@@ -20,11 +20,7 @@ under the License.
     <div class="qdr-topology pane left" ng-controller="QDR.TopologyFormController">
         <div id="topologyForm" ng-class="{selected : isSelected()}">
             <div ng-if="form == 'router'">
-                <h4 uib-popover="This is popover text"
-                          popover-title="The title"
-                          popover-trigger="'mouseenter'"
-                          popover-append-to-body="true">
-                        Router Info</h4>
+                <h4 Router Info</h4>
                 <div class="grid" ui-grid="topoGridOptions" ui-grid-auto-resize ng-style="infoStyle()"></div>
             </div>
             <div ng-if="form == 'connection'">


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