Skip to content

Commit

Permalink
Merge pull request #6754 from vikram-raj/odc-3558
Browse files Browse the repository at this point in the history
Bug 1883080: add legends under devconsole monitoring dashboard graphs
  • Loading branch information
openshift-merge-robot committed Sep 28, 2020
2 parents 603ab97 + ab1fd40 commit ce1e950
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const MonitoringDashboardGraph: React.FC<MonitoringDashboardGraphProps> =
pollInterval,
}) => {
return (
<DashboardCard className="odc-monitoring-dashboard-graph">
<DashboardCard className="monitoring-dashboards__card odc-monitoring-dashboard-graph">
<DashboardCardHeader>
<DashboardCardTitle>{title}</DashboardCardTitle>
</DashboardCardHeader>
Expand All @@ -62,6 +62,7 @@ export const MonitoringDashboardGraph: React.FC<MonitoringDashboardGraphProps> =
isStack={graphType === GraphTypes.area}
timespan={timespan}
pollInterval={pollInterval}
formatLegendLabel={(labels) => labels.pod}
/>
</div>
</PrometheusGraphLink>
Expand Down

0 comments on commit ce1e950

Please sign in to comment.