feat: show dynatrace entity id in card subtitle

Signed-off-by: Isaiah Thiessen <isaiah.thiessen@telus.com>
This commit is contained in:
Isaiah Thiessen
2022-06-29 14:40:00 -07:00
parent 7b98a95a0a
commit 91d816d7ab
@@ -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}`,