Skip to content

Commit 2670522

Browse files
committed
Added comments
1 parent da73c1a commit 2670522

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/components/ServiceDetails.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import TemperatureChart from '../charts/temperature-chart.jsx'
77
import LatencyChart from '../charts/latency-chart.jsx';
88
import MemoryChart from '../charts/memory-chart.jsx';
99

10+
// Renders charts created with health and communication data for a selected database.
1011
const ServiceDetails = (props) => {
1112
return (
1213
<div>

0 commit comments

Comments
 (0)