Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/poudriere/html/build.html')
-rw-r--r--src/share/poudriere/html/build.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/share/poudriere/html/build.html b/src/share/poudriere/html/build.html
index ab95d4fb..19519f43 100644
--- a/src/share/poudriere/html/build.html
+++ b/src/share/poudriere/html/build.html
@@ -66,6 +66,7 @@
<li class="disabled" id="nav_skipped"><a href="#skipped">Skipped</a></li>
<li class="disabled" id="nav_ignored"><a href="#ignored">Ignored</a></li>
<li class="disabled" id="nav_remaining"><a href="#remaining">Remaining</a></li>
+ <li class="disabled" id="nav_queued"><a href="#queued">Queued</a></li>
</ul>
</li>
<li class="dropdown">
@@ -268,6 +269,21 @@
<tbody id="remaining_body"></tbody>
</table>
</div><!-- #remaining -->
+ <div id="queued_div" class="status" style="display: none;">
+ <h2 id="queued">Queued ports
+ <a href="#"><span class="top-icon glyphicon glyphicon-chevron-up"></span></a>
+ </h2>
+ <table class="display queued ports table-bordered" id="queued_table">
+ <thead>
+ <tr>
+ <th>#</th>
+ <th>Origin</th>
+ <th>Reason</th>
+ </tr>
+ </thead>
+ <tbody id="queued_body"></tbody>
+ </table>
+ </div><!-- #queued -->
<br class="clear" />
</div><!-- /col -->
</div><!-- /row -->