Skip to content

Commit d78c2d1

Browse files
authored
Merge pull request #7 from HEET-Group/devDocker_v2
modified docker chart
2 parents 33dc97f + c6a08ce commit d78c2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/containers/DockerHealthContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const DockerHealthContainer: React.FC<HealthContainerProps> = React.memo(props =
116116

117117
console.log("plotting grafana")
118118
grafanaChartsArray.push(
119-
<GrafanaEventChart metricName={metricName} token={token} label={'name'} value={service} />);
119+
<GrafanaEventChart metricName={metricName} token={token} />);
120120

121121
}
122122
}

0 commit comments

Comments
 (0)