[IMP] runbot: better front page

This commit is contained in:
Christophe Simonis 2015-03-02 17:26:54 +01:00
parent 36c747d9b2
commit e193aa3897

View File

@ -348,14 +348,16 @@
</ul>
</div>
</form>
<small t-foreach="host_stats" t-as="hs" class="navbar-brand navbar-right">
<t t-esc="hs['host']"/>: <t t-esc="hs['testing']"/> testing, <t t-esc="hs['running']"/> running
</small>
<small class="navbar-brand navbar-right">
Pending: <t t-esc="pending_total"/>
</small>
</t>
</div>
<div class="panel 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>&amp;nbsp;
</t>
<span class="label label-info">Pending: <t t-esc="pending_total"/></span>
</div>
</div>
</nav>
<div t-if="not repo" class="mb32">