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 c8107b3 + a221391 commit ea576eaCopy full SHA for ea576ea
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