history: show TQ in popup

This commit is contained in:
Nils Schneider 2015-03-21 13:32:07 +01:00
parent 50c5955564
commit 670635163d
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ function addLinksToMap(map, graph) {
var line = L.polyline(d.latlngs, opts)
line.bindPopup(d.source.node.nodeinfo.hostname + " " + d.target.node.nodeinfo.hostname + "<br><strong>" + showDistance(d) + "</strong>")
line.bindPopup(d.source.node.nodeinfo.hostname + " " + d.target.node.nodeinfo.hostname + "<br><strong>" + showDistance(d) + " / " + showTq(d) + "</strong>")
markersDict[linkId(d)] = line