commit | 35d1064d62850a83f49154305ac832bca845206b | [log] [tgz] |
---|---|---|
author | Sean Condon <sean@opennetworking.org> | Fri Feb 28 09:50:04 2020 +0000 |
committer | Sean Condon <sean@opennetworking.org> | Mon Mar 02 23:04:56 2020 +0000 |
tree | c4e53e30393bc56288c388e1fbd9e615a8bd3f88 | |
parent | 1ca9431d0115bce4b2cf317634a928e355e65179 [diff] [blame] |
Changed how link highlight text is updated Also added in widening of text box and different kerning options Change-Id: I141251a2b3258de2cd8f7b0d47510ea9b7340fd4 (cherry picked from commit 00e56d0efb4600eddf0d623703c45b2838c9bcfa)
diff --git a/web/gui2-topo-lib/lib/layer/forcesvg/forcesvg.component.html b/web/gui2-topo-lib/lib/layer/forcesvg/forcesvg.component.html index 026ef87..633eccf 100644 --- a/web/gui2-topo-lib/lib/layer/forcesvg/forcesvg.component.html +++ b/web/gui2-topo-lib/lib/layer/forcesvg/forcesvg.component.html
@@ -33,6 +33,7 @@ <svg:g onos-linksvg [link]="link" *ngFor="let link of filteredLinks()" [highlightsEnabled]="highlightPorts" + [linkHighlight]="linksHighlighted.get(link.id)" (selectedEvent)="updateSelected($event)" [scale]="scale"> </svg:g>