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.
2 parents 33dc97f + c6a08ce commit d78c2d1Copy full SHA for d78c2d1
app/containers/DockerHealthContainer.tsx
@@ -116,7 +116,7 @@ const DockerHealthContainer: React.FC<HealthContainerProps> = React.memo(props =
116
117
console.log("plotting grafana")
118
grafanaChartsArray.push(
119
- <GrafanaEventChart metricName={metricName} token={token} label={'name'} value={service} />);
+ <GrafanaEventChart metricName={metricName} token={token} />);
120
121
}
122
0 commit comments