Skip to content

Commit 855b980

Browse files
committed
Use consistent markup for failed ports
This seems to be a leftover from the previous version of the GUI.
1 parent 5caabb3 commit 855b980

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
@@ -320,8 +320,10 @@
320320
</table>
321321
</div>
322322
<!-- #built -->
323-
<div id="failed_div" class="status" style="display: none">
324-
<h2 id="failed">Failed ports</h2>
323+
<div id="failed_div" style="display: none">
324+
<div class="card my-3 bg-dark text-white fs-5">
325+
<div class="card-body fs-5">Failed Ports</div>
326+
</div>
325327
<table class="table table-striped" id="failed_table">
326328
<thead>
327329
<tr>

0 commit comments

Comments
 (0)