mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[IMP] runbot: remove testing count from repo view
This commit is contained in:
parent
6d36455ef1
commit
080d5a4e1b
@ -90,7 +90,7 @@
|
||||
<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
|
||||
<t t-esc="hs['host']"/>: <t t-esc="hs['testing']"/> testing
|
||||
</span>&nbsp;
|
||||
</t>
|
||||
<span t-attf-class="label label-{{pending_level}}">Pending: <t t-esc="pending_total"/></span>
|
||||
|
Loading…
Reference in New Issue
Block a user