Repository: qpid-dispatch
Updated Branches:
  refs/heads/master 6a4d571f6 -> 51cba5cd7


DISPATCH-1074 Respond to mouseover an address on Console's message flow page.


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

Branch: refs/heads/master
Commit: 51cba5cd7e04c5436ded3986986035c9b29b5bc9
Parents: 6a4d571
Author: Ernest Allen <eal...@redhat.com>
Authored: Tue Jul 17 09:28:42 2018 -0400
Committer: Ernest Allen <eal...@redhat.com>
Committed: Tue Jul 17 09:28:42 2018 -0400

----------------------------------------------------------------------
 console/stand-alone/plugin/html/qdrChord.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/51cba5cd/console/stand-alone/plugin/html/qdrChord.html
----------------------------------------------------------------------
diff --git a/console/stand-alone/plugin/html/qdrChord.html 
b/console/stand-alone/plugin/html/qdrChord.html
index bf3eced..4a93cf8 100644
--- a/console/stand-alone/plugin/html/qdrChord.html
+++ b/console/stand-alone/plugin/html/qdrChord.html
@@ -269,11 +269,11 @@ span.legend-text {
       </div>
       <div uib-accordion-group class="panel-default" 
is-open="legend.status.addressesOpen" ng-hide="arcColorsEmpty()" 
heading="Addresses">
           <ul class="addresses">
-              <li ng-repeat="(address, color) in addresses" 
class="legend-line">
+              <li ng-repeat="(address, color) in addresses" 
class="legend-line" ng-mouseenter="enterLegend(address)" 
ng-mouseleave="leaveLegend()">
                 <checkbox style="background-color: {{chordColors[address]}};"
                   title="{{address}}" ng-change="addressFilterChanged()"
                   ng-model="addresses[address]"></checkbox>
-                <span class="legend-text" ng-mouseenter="enterLegend(address)" 
ng-mouseleave="leaveLegend()" ng-click="addressClick(address)" 
title="{{address}}">{{address | limitTo : 15}}{{address.length>15 ? '…' : 
''}}</span>
+                <span class="legend-text" ng-click="addressClick(address)" 
title="{{address}}">{{address | limitTo : 15}}{{address.length>15 ? '…' : 
''}}</span>
               </li>
           </ul>
       </div>


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

Reply via email to