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 8e1a5a2Copy full SHA for 8e1a5a2
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,12 @@ export default class DownstreamSummary extends React.Component {
52
<SimpleTooltip
53
text={
54
<span>
55
- <Link to={`./alerts?id=${id}`} className="text-info">
+ <Link
56
+ to={`./alerts?id=${id}`}
57
+ className="text-info"
58
59
60
+ >
61
#{id}
62
</Link>
63
{position === 0 ? '' : ', '}
0 commit comments