change order of totals in jobqueue report
This commit is contained in:
@@ -2,11 +2,11 @@
|
|||||||
<div class="span2 alert alert-info">The job queue is empty.</div>
|
<div class="span2 alert alert-info">The job queue is empty.</div>
|
||||||
[% ELSE %]
|
[% ELSE %]
|
||||||
<div class="alert alert-info">
|
<div class="alert alert-info">
|
||||||
Total: [% jq_total | html_entity %] /
|
|
||||||
Queued: [% jq_queued | html_entity %] /
|
|
||||||
Running: [% jq_running | html_entity %] /
|
Running: [% jq_running | html_entity %] /
|
||||||
|
Queued: [% jq_queued | html_entity %] /
|
||||||
Done: [% jq_done | html_entity %] /
|
Done: [% jq_done | html_entity %] /
|
||||||
Errored: [% jq_errored | html_entity %]
|
Errored: [% jq_errored | html_entity %] /
|
||||||
|
Total: [% jq_total | html_entity %]
|
||||||
</div>
|
</div>
|
||||||
<table class="table table-bordered table-condensed table-hover nd_floatinghead">
|
<table class="table table-bordered table-condensed table-hover nd_floatinghead">
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user