We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac2163 commit 5d91908Copy full SHA for 5d91908
ui/perfherder/alerts/AlertTableRow.jsx
@@ -111,6 +111,8 @@ export default class AlertTableRow extends React.Component {
111
{` ${text} `}
112
<Link
113
to={`./alerts?id=${alertId}`}
114
+ target="_blank"
115
+ rel="noopener noreferrer"
116
className="text-darker-info"
117
>{`alert #${alertId}`}</Link>
118
</span>
ui/perfherder/alerts/DownstreamSummary.jsx
@@ -52,7 +52,8 @@ export default class DownstreamSummary extends React.Component {
52
<SimpleTooltip
53
text={
54
<span>
55
- <Link to={`./alerts?id=${id}`} className="text-info">
+ <Link to={`./alerts?id=${id}`} className="text-info"
56
+ target="_blank" rel="noopener noreferrer">
57
#{id}
58
</Link>
59
{position === 0 ? '' : ', '}
0 commit comments