Skip to content

Commit 8b875f1

Browse files
committed
Target the link
1 parent df15714 commit 8b875f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/app/plugins/panel/alertGroups/AlertGroup.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ export const AlertGroup = ({ alertManagerSourceName, group, expandAll }: Props)
7575
Silence
7676
</LinkButton>
7777
)}
78+
{ /* LOGZ.IO CHANGE :: DEV-46517 - add link target to _top */ }
7879
{alert.generatorURL && (
79-
<LinkButton className={styles.button} href={alert.generatorURL} icon={'chart-line'} size={'sm'}>
80+
<LinkButton target="_top" className={styles.button} href={alert.generatorURL} icon={'chart-line'} size={'sm'}>
8081
See source
8182
</LinkButton>
8283
)}

0 commit comments

Comments
 (0)