зеркало из https://github.com/mozilla/treeherder.git
Bug 1745401 - Alerts View - Change default behaviour when clicking alert title (#7342)
This commit is contained in:
Родитель
afb477809c
Коммит
dba583ea48
|
@ -22,6 +22,7 @@ export default class AlertHeaderTitle extends React.Component {
|
|||
<Col className="d-flex align-items-start p-0">
|
||||
<Link
|
||||
className="text-dark mr-1"
|
||||
target="_blank"
|
||||
to={`./alerts?id=${alertSummary.id}&hideDwnToInv=0`}
|
||||
id={`alert summary ${alertSummary.id.toString()} title`}
|
||||
data-testid={`alert summary ${alertSummary.id.toString()} title`}
|
||||
|
|
|
@ -249,7 +249,10 @@ const GraphTooltip = ({
|
|||
</span>
|
||||
{dataPointDetails.alertSummary && (
|
||||
<p>
|
||||
<Link to={`./alerts?id=${dataPointDetails.alertSummary.id}`}>
|
||||
<Link
|
||||
to={`./alerts?id=${dataPointDetails.alertSummary.id}`}
|
||||
target="_blank"
|
||||
>
|
||||
<FontAwesomeIcon
|
||||
className="text-warning"
|
||||
icon={faExclamationCircle}
|
||||
|
|
Загрузка…
Ссылка в новой задаче