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 25689a9 commit 2a3d358Copy full SHA for 2a3d358
src/components/AlertLinks.js
@@ -25,6 +25,9 @@ const AlertLinks = ({alert}) => {
25
{alert.labels.cloudops &&
26
<a href={`https://dashboard.${alert.labels.region}.cloud.sap/ccadmin/cloud_admin/cloudops#/universal-search/${alert.labels.cloudops}`} target="_blank" rel="noopener noreferrer">CloudOps</a>
27
}
28
+ {alert.labels.report &&
29
+ <a href={`https://dashboard.${alert.labels.region}.cloud.sap/${alert.labels.report}`} target="_blank" rel="noopener noreferrer">Report</a>
30
+ }
31
{alert.annotations.mail_subject &&
32
<a href={`mailto:?subject=${encodeURIComponent(alert.annotations.mail_subject)}&body=${encodeURIComponent(alert.annotations.mail_body)}`} rel="noopener noreferrer">Email Owner</a>
33
0 commit comments