mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot: remove first db before ordering
This commit is contained in:
parent
9fa53d6581
commit
a00fa04e07
@ -264,7 +264,7 @@
|
||||
Force Build
|
||||
</a>
|
||||
<t t-if="bu.local_state=='running'">
|
||||
<t t-foreach="bu.database_ids.sorted('name')[1:]" t-as="db">
|
||||
<t t-foreach="bu.database_ids[1:].sorted('name')" t-as="db">
|
||||
<a class="dropdown-item" t-attf-href="/runbot/run/{{bu.id}}/{{db.db_suffix}}">
|
||||
<i class="fa fa-sign-in"/>
|
||||
Connect <t t-esc="db.db_suffix"></t>
|
||||
|
Loading…
Reference in New Issue
Block a user