Skip to content

Commit d0c4506

Browse files
committed
ui: status: put heading and checkbox for all-pass together
Try to display the heading and the filter on the same line to save vertical space. Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent cdbff2c commit d0c4506

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

ui/status.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,12 @@ <h3>Flakiest tests</h3>
7171
</table>
7272
</div>
7373
<div class="column">
74-
<h3>Continuous testing results</h3>
75-
<div align="right">
76-
<input type="checkbox" id="contest-summary" checked />
77-
<label for="contest-summary">Hide all-pass runs</label>
74+
<div style="display: flex; justify-content: space-between; align-items: baseline;">
75+
<h3>Continuous testing results</h3>
76+
<label>
77+
<input type="checkbox" id="contest-summary" checked />
78+
Hide all-pass runs
79+
</label>
7880
</div>
7981
<table id="contest">
8082
<tr>

0 commit comments

Comments
 (0)