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.
1 parent 7057ba7 commit c6a08ceCopy full SHA for c6a08ce
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