mirror of
https://github.com/streamwall/streamwall.git
synced 2026-04-03 20:32:08 -04:00
Make control page links open in new window
This commit is contained in:
@@ -215,7 +215,11 @@ function StreamLine({ id, row: { Label, Source, Title, Link, Notes } }) {
|
|||||||
Label
|
Label
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
<strong>{Source}</strong> <a href={Link}>{Title || Link}</a> {Notes}
|
<strong>{Source}</strong>{' '}
|
||||||
|
<a href={Link} target="_blank">
|
||||||
|
{Title || Link}
|
||||||
|
</a>{' '}
|
||||||
|
{Notes}
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user