Skip to content

Commit

Permalink
ui: status: move the recent failures to the right column
Browse files Browse the repository at this point in the history
Now that results get summarized the right column has more space
than the left. We can fit recent crashes on the right for better
"at a glance" usability.

Signed-off-by: Jakub Kicinski <[email protected]>
  • Loading branch information
kuba-moo committed May 21, 2024
1 parent 0942004 commit 583b1e3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions ui/status.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,6 @@ <h3>Build processing</h3>
<br>
<canvas id="run-time"></canvas>
<br>
<h3>Recent failures</h3>
<table id="recent-fails">
<tr>
<th>Branch</th>
<th>Remote</th>
<th>Test</th>
<th>Result</th>
<th>Retry</th>
</tr>
</table>
<br>
<h3>Recent crashes</h3>
<table id="recent-crashes">
<tr>
Expand All @@ -90,6 +79,17 @@ <h3>Continuous testing results</h3>
<th>Result</th>
</tr>
</table>
<br>
<h3>Recent failures</h3>
<table id="recent-fails">
<tr>
<th>Branch</th>
<th>Remote</th>
<th>Test</th>
<th>Result</th>
<th>Retry</th>
</tr>
</table>
</div>
</div>
<div class="row">
Expand Down

0 comments on commit 583b1e3

Please sign in to comment.