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 2da7b56 commit bedea7fCopy full SHA for bedea7f
1 file changed
app/charts/DockerChart.tsx
@@ -39,10 +39,9 @@ const DockerStatsChart = () => {
39
40
// Render the component if there is available data
41
return containerid ? (
42
- <div id="chart">
+ <div className="chart docker-chart">
43
<header id="docker-stats-chart-header">Docker Container Stats</header>
44
<span>Container Name: {containername}</span>
45
- <span>Container ID: {containerid}</span>
46
<span>Platform: {platform}</span>
47
<span>Start time: {starttime}</span>
48
<span>Memory Usage: {(memoryusage / 1000000).toFixed(2)}</span>
0 commit comments