feat: show dynatrace entity id in card subtitle
Signed-off-by: Isaiah Thiessen <isaiah.thiessen@telus.com>
This commit is contained in:
@@ -44,7 +44,7 @@ export const ProblemsList = (props: ProblemsListProps) => {
|
||||
return (
|
||||
<InfoCard
|
||||
title="Problems"
|
||||
subheader="From the last 2 hours"
|
||||
subheader={`Last 2 hours - ${dynatraceEntityId}`}
|
||||
deepLink={{
|
||||
title: 'View Entity in Dynatrace',
|
||||
link: `${dynatraceBaseUrl}/#serviceOverview;id=${dynatraceEntityId}`,
|
||||
|
||||
Reference in New Issue
Block a user