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 da73c1a commit 2670522Copy full SHA for 2670522
1 file changed
app/components/ServiceDetails.jsx
@@ -7,6 +7,7 @@ import TemperatureChart from '../charts/temperature-chart.jsx'
7
import LatencyChart from '../charts/latency-chart.jsx';
8
import MemoryChart from '../charts/memory-chart.jsx';
9
10
+// Renders charts created with health and communication data for a selected database.
11
const ServiceDetails = (props) => {
12
return (
13
<div>
0 commit comments