@@ -277,27 +277,27 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
277
277
< button @click ="resetFilter "> Reset filters</ button >
278
278
</ div >
279
279
</ fieldset >
280
- < fieldset id ="aggregations " class ="collapsible-section ">
281
- < legend id ="aggregations-toggle " class ="section-heading "> Aggregations< span class ="toggle-indicator " id ="aggregations-toggle-indicator "> </ span >
282
- </ legend >
283
- < div id ="aggregations-content " v-if ="data ">
284
- < aggregations :cases ="testCases "> </ aggregations >
285
- </ div >
286
- </ fieldset >
287
280
< p v-if ="dataLoading && !data "> Loading ...</ p >
288
- < div v-if ="data " id ="content " style ="margin-top: 15px ">
289
- < div id ="main-summary ">
290
- < summary-table :summary ="filteredSummary "> </ summary-table >
291
- < div style ="position: absolute; right: 5px; top: 5px; ">
281
+ < div v-if ="data " id ="main-summary ">
282
+ < summary-table :summary ="filteredSummary "> </ summary-table >
283
+ < div style ="position: absolute; right: 5px; top: 5px; ">
292
284
< span class ="tooltip " style ="margin-right: 1em; "> ?
293
285
< span class ="tooltiptext ">
294
286
The table shows summaries of regressions, improvements and all changes
295
287
calculated from data that is currently visible (data that passes the
296
288
active filters).
297
289
</ span >
298
290
</ span >
299
- </ div >
300
291
</ div >
292
+ </ div >
293
+ < fieldset id ="aggregations " class ="collapsible-section ">
294
+ < legend id ="aggregations-toggle " class ="section-heading "> Aggregations< span class ="toggle-indicator " id ="aggregations-toggle-indicator "> </ span >
295
+ </ legend >
296
+ < div id ="aggregations-content " v-if ="data ">
297
+ < aggregations :cases ="testCases "> </ aggregations >
298
+ </ div >
299
+ </ fieldset >
300
+ < div v-if ="data " id ="content " style ="margin-top: 15px ">
301
301
< div v-if ="data.new_errors.length ">
302
302
< p > < b > Newly broken benchmarks</ b > :</ p >
303
303
< details v-for ="[crate, error] in data.new_errors ">
@@ -306,7 +306,6 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
306
306
</ details >
307
307
< hr />
308
308
</ div >
309
-
310
309
< test-cases-table
311
310
title ="Primary "
312
311
:cases ="testCases.filter(c => c.category === 'primary') "
0 commit comments