diff --git a/webapp/frontend/src/components/TracerouteInfo.vue b/webapp/frontend/src/components/TracerouteInfo.vue index 4d9b495..4b3faa0 100644 --- a/webapp/frontend/src/components/TracerouteInfo.vue +++ b/webapp/frontend/src/components/TracerouteInfo.vue @@ -64,7 +64,7 @@ import { getNodeColor, getNodeTextColor, findNodeById, findNodeMarkerById } from
-
+
{{ findNodeById(state.selectedTraceRoute.to)?.short_name ?? "?" }}
@@ -83,7 +83,7 @@ import { getNodeColor, getNodeTextColor, findNodeById, findNodeMarkerById } from
-
+
{{ findNodeById(route)?.short_name ?? "?" }}
@@ -102,7 +102,7 @@ import { getNodeColor, getNodeTextColor, findNodeById, findNodeMarkerById } from
-
+
{{ findNodeById(state.selectedTraceRoute.from)?.short_name ?? "?" }}
@@ -121,7 +121,7 @@ import { getNodeColor, getNodeTextColor, findNodeById, findNodeMarkerById } from
-
+
{{ findNodeById(state.selectedTraceRoute.gateway_id)?.short_name ?? "?" }}