mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-24 22:22:50 -05: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
|
||||
) : (
|
||||
<>
|
||||
<strong>{Source}</strong> <a href={Link}>{Title || Link}</a> {Notes}
|
||||
<strong>{Source}</strong>{' '}
|
||||
<a href={Link} target="_blank">
|
||||
{Title || Link}
|
||||
</a>{' '}
|
||||
{Notes}
|
||||
</>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user