mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[IMP] runbot: better front page
This commit is contained in:
parent
e193aa3897
commit
34271748a8
@ -350,14 +350,14 @@
|
||||
</form>
|
||||
</t>
|
||||
</div>
|
||||
<div class="panel text-center">
|
||||
<p class="text-center">
|
||||
<t t-foreach="host_stats" t-as="hs">
|
||||
<span class="label label-default">
|
||||
<t t-esc="hs['host']"/>: <t t-esc="hs['testing']"/> testing, <t t-esc="hs['running']"/> running
|
||||
</span>&nbsp;
|
||||
</t>
|
||||
<span class="label label-info">Pending: <t t-esc="pending_total"/></span>
|
||||
</div>
|
||||
</p>
|
||||
</div>
|
||||
</nav>
|
||||
<div t-if="not repo" class="mb32">
|
||||
|
Loading…
Reference in New Issue
Block a user