This commit is contained in:
parent
900b033c1c
commit
df0792657e
2 changed files with 5 additions and 1 deletions
|
@ -166,7 +166,7 @@ for (let nodeId of Object.keys(nodes)) {
|
|||
}
|
||||
|
||||
for (let connection of connections) {
|
||||
let label = `${connection.from} - ${connection.to}<br><strong>${connection.latency}</strong>`;
|
||||
let label = `${connection.from} - ${connection.to}<br><strong>${connection.latency}ms</strong>`;
|
||||
|
||||
L.polyline(
|
||||
[ nodes[connection.from].location, nodes[connection.to].location ],
|
||||
|
|
|
@ -102,6 +102,10 @@ html, body {
|
|||
backdrop-filter: blur(5px);
|
||||
}
|
||||
|
||||
.leaflet-popup-content {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.leaflet-control-zoom {
|
||||
backdrop-filter: blur(5px);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue