From da5896e89da7bf34ac9a5c80cf40f781801d3413 Mon Sep 17 00:00:00 2001 From: afinder-mozilla Date: Tue, 4 Jul 2023 14:43:49 +0300 Subject: [PATCH] FXP-2762 Add a copy icon for the alert id in Graphs View --- ui/perfherder/graphs/GraphTooltip.jsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ui/perfherder/graphs/GraphTooltip.jsx b/ui/perfherder/graphs/GraphTooltip.jsx index 3aa4d07472e..5f5eddbf05c 100644 --- a/ui/perfherder/graphs/GraphTooltip.jsx +++ b/ui/perfherder/graphs/GraphTooltip.jsx @@ -260,6 +260,13 @@ const GraphTooltip = ({ /> {` Alert # ${dataPointDetails.alertSummary.id}`} +   + +   {` - ${alertStatus} `} {alert && alert.related_summary_id && (