1818< html lang ="en ">
1919< head >
2020 < meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 ">
21- < meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
21+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
2222 < meta name ="theme-color " content ="#563d7c ">
2323
2424 < title > Ignite performance statistics report</ title >
2929 <!-- Bootstrap table. -->
3030 < link rel ="stylesheet " href ="libs/bootstrap-table.min.css ">
3131
32- <!-- Bootstrap select. -->
33- < link rel ="stylesheet " href ="libs/bootstrap-select.min.css ">
32+ <!-- Bootstrap select (use-bootstrap-select) . -->
33+ < link rel ="stylesheet " href ="libs/use- bootstrap-select.min.css ">
3434
35- <!-- Font Awesome Free 5.13.0 -->
35+ <!-- Font Awesome Free 5.15.4 -->
3636 < link rel ="stylesheet " href ="libs/fontawesome/css/all.min.css ">
3737
3838 <!-- Favicons. -->
4242</ head >
4343< body >
4444< nav class ="navbar navbar-dark fixed-top bg-dark flex-md-nowrap p-0 shadow ">
45- < a class ="navbar-brand col-sm-3 col-md-2 mr -0 " href ="# "> Ignite performance statistics report</ a >
45+ < a class ="navbar-brand col-sm-3 col-md-2 me -0 " href ="# "> Ignite performance statistics report</ a >
4646</ nav >
4747
4848< div class ="container-fluid ">
5151 < div class ="sidebar-sticky ">
5252 < ul class ="nav flex-column ">
5353 < li class ="nav-item ">
54- < a class ="nav-link active " data-toggle ="tab " href ="#clusterInfoTab " role ="tab "
54+ < a class ="nav-link active " data-bs- toggle ="tab " href ="#clusterInfoTab " role ="tab "
5555 aria-selected ="true "> Cluster info</ a >
5656 </ li >
5757 < li class ="nav-item ">
58- < a class ="nav-link " data-toggle ="tab " href ="#cacheOperationsTab " role ="tab "
58+ < a class ="nav-link " data-bs- toggle ="tab " href ="#cacheOperationsTab " role ="tab "
5959 aria-selected ="false "> Cache operations</ a >
6060 </ li >
6161 < li class ="nav-item ">
62- < a class ="nav-link " data-toggle ="tab " href ="#txOperationsTab " role ="tab "
62+ < a class ="nav-link " data-bs- toggle ="tab " href ="#txOperationsTab " role ="tab "
6363 aria-selected ="false "> Transactions</ a >
6464 </ li >
6565 < li class ="nav-item ">
66- < a class ="nav-link " data-toggle ="tab " href ="#sqlStatisticsTab " role ="tab "
66+ < a class ="nav-link " data-bs- toggle ="tab " href ="#sqlStatisticsTab " role ="tab "
6767 aria-selected ="false "> SQL queries</ a >
6868 </ li >
6969 < li class ="nav-item ">
70- < a class ="nav-link " data-toggle ="tab " href ="#scanStatisticsTab " role ="tab "
70+ < a class ="nav-link " data-bs- toggle ="tab " href ="#scanStatisticsTab " role ="tab "
7171 aria-selected ="false "> Scan queries</ a >
7272 </ li >
7373 < li class ="nav-item ">
74- < a class ="nav-link " data-toggle ="tab " href ="#indexQueryStatisticsTab " role ="tab "
74+ < a class ="nav-link " data-bs- toggle ="tab " href ="#indexQueryStatisticsTab " role ="tab "
7575 aria-selected ="false "> Index queries</ a >
7676 </ li >
7777 < li class ="nav-item ">
78- < a class ="nav-link " data-toggle ="tab " href ="#computeStatisticsTab " role ="tab "
78+ < a class ="nav-link " data-bs- toggle ="tab " href ="#computeStatisticsTab " role ="tab "
7979 aria-selected ="false "> Tasks and jobs</ a >
8080 </ li >
8181 < li class ="nav-item ">
82- < a class ="nav-link " data-toggle ="tab " href ="#systemViewTab " role ="tab "
82+ < a class ="nav-link " data-bs- toggle ="tab " href ="#systemViewTab " role ="tab "
8383 aria-selected ="false "> System views</ a >
8484 </ li >
8585 </ ul >
8686 </ div >
8787 </ nav >
8888
89- < main role ="main " class ="col-md-9 ml -sm-auto col-lg-10 px-4 ">
89+ < main role ="main " class ="col-md-9 ms -sm-auto col-lg-10 px-4 ">
9090 < div class ="tab-content ">
9191 < div class ="tab-pane fade show active " id ="clusterInfoTab " role ="tabpanel ">
9292 < div class ="d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-bottom ">
@@ -103,8 +103,10 @@ <h2 class="mt-4">Started caches</h2>
103103 < h1 class ="h2 "> Cache operations statistics</ h1 >
104104 </ div >
105105
106- < select id ="searchCaches " class ="selectpicker " data-live-search ="true "> </ select >
107- < select id ="searchNodes " class ="selectpicker " data-live-search ="true "> </ select >
106+ < div class ="d-flex gap-2 mb-3 " style ="max-width: 50%; ">
107+ < select id ="searchCaches " class ="form-select " data-searchable ="true "> </ select >
108+ < select id ="searchNodes " class ="form-select " data-searchable ="true "> </ select >
109+ </ div >
108110
109111 < div id ="operationsCharts "> </ div >
110112 </ div >
@@ -113,8 +115,10 @@ <h1 class="h2">Cache operations statistics</h1>
113115 < h1 class ="h2 "> Transactions statistics</ h1 >
114116 </ div >
115117
116- < select id ="txSearchCaches " class ="selectpicker " data-live-search ="true "> </ select >
117- < select id ="txSearchNodes " class ="selectpicker " data-live-search ="true "> </ select >
118+ < div class ="d-flex gap-2 mb-3 " style ="max-width: 50%; ">
119+ < select id ="txSearchCaches " class ="form-select " data-searchable ="true "> </ select >
120+ < select id ="txSearchNodes " class ="form-select " data-searchable ="true "> </ select >
121+ </ div >
118122
119123 < div id ="txCharts "> </ div >
120124 </ div >
@@ -158,8 +162,10 @@ <h2 class="mt-4">Top of slowest tasks</h2>
158162 < div class ="d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 pb-2 mb-3 border-bottom ">
159163 < h1 class ="h2 "> System views</ h1 >
160164 </ div >
161- < select id ="sysViewSearchNodes " class ="selectpicker " data-live-search ="true "> </ select >
162- < select id ="searchViews " class ="selectpicker " data-live-search ="true "> </ select >
165+ < div class ="d-flex gap-2 mb-3 " style ="max-width: 50%; ">
166+ < select id ="sysViewSearchNodes " class ="form-select " data-searchable ="true "> </ select >
167+ < select id ="searchViews " class ="form-select " data-searchable ="true "> </ select >
168+ </ div >
163169
164170 < div id ="systemViewTableDiv "> </ div >
165171 </ div >
@@ -168,10 +174,11 @@ <h1 class="h2">System views</h1>
168174 </ div >
169175</ div >
170176
171- <!-- Bootstrap JS, Popper.js, and jQuery. -->
172- < script src ="libs/jquery-3.6.1.min.js "> </ script >
173- < script src ="libs/popper.min.js "> </ script >
174- < script src ="libs/bootstrap.min.js "> </ script >
177+ <!-- jQuery. -->
178+ < script src ="libs/jquery-3.7.1.min.js "> </ script >
179+
180+ <!-- Bootstrap JS (includes Popper.js). -->
181+ < script src ="libs/bootstrap.bundle.min.js "> </ script >
175182
176183<!-- Bootstrap table. -->
177184< script src ="libs/bootstrap-table.min.js "> </ script >
@@ -185,8 +192,8 @@ <h1 class="h2">System views</h1>
185192<!-- Chart JS. -->
186193< script src ="libs/Chart.min.js "> </ script >
187194
188- <!-- Bootstrap select. -->
189- < script src ="libs/bootstrap-select.min.js "> </ script >
195+ <!-- Bootstrap select (use-bootstrap-select) . -->
196+ < script src ="libs/use- bootstrap-select.min.js "> </ script >
190197
191198<!-- Report data. -->
192199< script type ="text/javascript " src ="data/data.json.js "> </ script >
0 commit comments