Skip to content

Commit 820fecd

Browse files
Merge pull request #3273 from prudhvigodithi/main
Bug fix to update the right modal windows for the dashboards
2 parents 598c1d2 + acecb2d commit 820fecd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-dashboard/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,13 @@ metrics_height_mobile: 6000
187187
</div>
188188

189189
<div id="component-metrics-dashboard" class="dashboard-container">
190-
<h1 onclick="openModal('modal3')">OpenSearch Component Release Metrics</h1>
190+
<h1 onclick="openModal('modal2')">OpenSearch Component Release Metrics</h1>
191191
<a id="component-metrics-dashboard-link" href="#" target="_blank" class="button">Direct Link to Component Metrics Dashboard</a>
192192
<iframe id="component-metrics-iframe" width="100%" height="{{ page.metrics_height_desktop }}"></iframe>
193193
</div>
194194

195195
<div id="test-results-dashboard" class="dashboard-container">
196-
<h1 onclick="openModal('modal2')">OpenSearch Release Build and Integration Test Results</h1>
196+
<h1 onclick="openModal('modal3')">OpenSearch Release Build and Integration Test Results</h1>
197197
<a id="test-results-dashboard-link" href="#" target="_blank" class="button">Direct Link to Test Results Dashboard</a>
198198
<iframe id="test-results-iframe" width="100%" height="{{ page.metrics_height_desktop }}"></iframe>
199199
</div>

0 commit comments

Comments
 (0)