From 73dd9177182ecb51e126d9e3f53d91505e4f121c Mon Sep 17 00:00:00 2001 From: copyhold Date: Wed, 4 Dec 2024 13:04:19 +0200 Subject: [PATCH] Remove target=blank --- .../alerting/unified/components/AnnotationDetailsField.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/app/features/alerting/unified/components/AnnotationDetailsField.tsx b/public/app/features/alerting/unified/components/AnnotationDetailsField.tsx index d3ce186f37747..0849fb20ef4cc 100644 --- a/public/app/features/alerting/unified/components/AnnotationDetailsField.tsx +++ b/public/app/features/alerting/unified/components/AnnotationDetailsField.tsx @@ -42,9 +42,10 @@ const AnnotationValue = ({ annotationKey, value, valueLink }: Props) => { const tokenizeValue = ; + // LOGZ.IO GRAFANA CHANGE :: DEV-47446 - make links internal ( remove 'external' ) if (valueLink) { return ( - + {value} );