Skip to content

Commit 9d21c12

Browse files
Merge pull request #3278 from prudhvigodithi/main
Central release dashboard Iframe height adjustments
2 parents cb337a9 + f461e64 commit 9d21c12

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

release-dashboard/index.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,6 @@ metrics_height_mobile: 6000
4848
width: 100%;
4949
border: none;
5050
}
51-
@media only screen and (min-width: 768px) {
52-
iframe {
53-
height: {{ page.benchmark_height_desktop }}px;
54-
}
55-
}
56-
@media only screen and (max-width: 767px) {
57-
iframe {
58-
height: {{ page.benchmark_height_mobile }}px;
59-
}
60-
}
6151
.modal {
6252
display: none;
6353
position: fixed;
@@ -183,7 +173,7 @@ metrics_height_mobile: 6000
183173
<div id="metrics-dashboard" class="dashboard-container">
184174
<h1 onclick="openModal('modal1')">OpenSearch Release Metrics</h1>
185175
<a id="metrics-dashboard-link" href="#" target="_blank" class="button">Direct Link to Metrics Dashboard</a>
186-
<iframe id="metrics-iframe" width="100%" height="{{ page.metrics_height_desktop }}"></iframe>
176+
<iframe id="metrics-iframe" width="100%" height="1300"></iframe>
187177
</div>
188178

189179
<div id="component-metrics-dashboard" class="dashboard-container">

0 commit comments

Comments
 (0)