Skip to content

Commit

Permalink
Merge pull request #3273 from prudhvigodithi/main
Browse files Browse the repository at this point in the history
Bug fix to update the right modal windows for the dashboards
  • Loading branch information
prudhvigodithi authored Sep 5, 2024
2 parents 598c1d2 + acecb2d commit 820fecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release-dashboard/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,13 @@ metrics_height_mobile: 6000
</div>

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

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

0 comments on commit 820fecd

Please sign in to comment.