Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Prod] Bug fix to update the right modal windows for the dashboards #3274

Merged
merged 2 commits into from
Sep 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading