[IMP] runbot smaller status bar

This commit is contained in:
Odoo Online 2015-01-18 13:51:42 +01:00
parent 69fa2472e3
commit d3fe1d9c3e
2 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
# runbot work files
runbot/static/build
runbot/static/repo
runbot/static/nginx

View File

@ -347,12 +347,12 @@
</ul>
</div>
</form>
<span t-foreach="host_stats" t-as="hs" class="navbar-brand navbar-right">
<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
</span>
<span class="navbar-brand navbar-right">
</small>
<small class="navbar-brand navbar-right">
Pending: <t t-esc="pending_total"/>
</span>
</small>
</t>
</div>
</div>