Skip to content

Commit 571e135

Browse files
committed
Use consistent markup for failed ports
This seems to be a leftover from the previous version of the GUI.
1 parent dd44238 commit 571e135

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/share/poudriere/html/build.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,10 @@
336336
</table>
337337
</div>
338338
<!-- #built -->
339-
<div id="failed_div" class="status" style="display: none">
340-
<h2 id="failed">Failed ports</h2>
339+
<div id="failed_div" style="display: none">
340+
<div class="card my-3 bg-dark text-white fs-5">
341+
<div class="card-body fs-5">Failed Ports</div>
342+
</div>
341343
<table class="table table-striped" id="failed_table">
342344
<thead>
343345
<tr>

0 commit comments

Comments
 (0)