#969 add job queue totals to report

This commit is contained in:
Oliver Gorwits
2023-10-24 20:03:14 +01:00
parent fb58b62b1a
commit ae3ad986f7
3 changed files with 25 additions and 1 deletions

View File

@@ -1,6 +1,13 @@
[% IF NOT results.size %]
<div class="span2 alert alert-info">The job queue is empty.</div>
[% ELSE %]
<div class="alert alert-info">
Total: [% jq_total | html_entity %] /
Queued: [% jq_queued | html_entity %] /
Running: [% jq_running | html_entity %] /
Done: [% jq_done | html_entity %] /
Errored: [% jq_errored | html_entity %]
</div>
<table class="table table-bordered table-condensed table-hover nd_floatinghead">
<thead>
<tr>