Skip to content

Commit 89d09bd

Browse files
author
Aleksandr
committed
minor fix
1 parent 2a5efe3 commit 89d09bd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • modules/performance-statistics-ext/report

modules/performance-statistics-ext/report/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h2 class="mt-4">Started caches</h2>
103103
<h1 class="h2">Cache operations statistics</h1>
104104
</div>
105105

106-
<div class="d-flex gap-2 mb-3">
106+
<div class="d-flex gap-2 mb-3" style="max-width: 50%;">
107107
<select id="searchCaches" class="form-select" data-searchable="true"></select>
108108
<select id="searchNodes" class="form-select" data-searchable="true"></select>
109109
</div>
@@ -115,7 +115,7 @@ <h1 class="h2">Cache operations statistics</h1>
115115
<h1 class="h2">Transactions statistics</h1>
116116
</div>
117117

118-
<div class="d-flex gap-2 mb-3">
118+
<div class="d-flex gap-2 mb-3" style="max-width: 50%;">
119119
<select id="txSearchCaches" class="form-select" data-searchable="true"></select>
120120
<select id="txSearchNodes" class="form-select" data-searchable="true"></select>
121121
</div>
@@ -162,7 +162,7 @@ <h2 class="mt-4">Top of slowest tasks</h2>
162162
<div class="d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-bottom">
163163
<h1 class="h2">System views</h1>
164164
</div>
165-
<div class="d-flex gap-2 mb-3">
165+
<div class="d-flex gap-2 mb-3" style="max-width: 50%;">
166166
<select id="sysViewSearchNodes" class="form-select" data-searchable="true"></select>
167167
<select id="searchViews" class="form-select" data-searchable="true"></select>
168168
</div>

0 commit comments

Comments
 (0)