From 6b7149905adf4401d9714fbaa3b0e99615f51b37 Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 16 Apr 2025 00:43:50 -0400 Subject: [PATCH] fix background colors in traceroute window --- webapp/frontend/src/components/TracerouteInfo.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ?? "?" }}