mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[IMP] runbot smaller status bar
This commit is contained in:
parent
69fa2472e3
commit
d3fe1d9c3e
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
# runbot work files
|
# runbot work files
|
||||||
runbot/static/build
|
runbot/static/build
|
||||||
runbot/static/repo
|
runbot/static/repo
|
||||||
|
runbot/static/nginx
|
||||||
|
@ -347,12 +347,12 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</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
|
<t t-esc="hs['host']"/>: <t t-esc="hs['testing']"/> testing, <t t-esc="hs['running']"/> running
|
||||||
</span>
|
</small>
|
||||||
<span class="navbar-brand navbar-right">
|
<small class="navbar-brand navbar-right">
|
||||||
Pending: <t t-esc="pending_total"/>
|
Pending: <t t-esc="pending_total"/>
|
||||||
</span>
|
</small>
|
||||||
</t>
|
</t>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user