mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot: displayed collapsed error
By default, the error was displayed with arrow pointing UP, not down
This commit is contained in:
parent
5f8ad6a626
commit
60a4a9de85
@ -225,7 +225,7 @@
|
||||
<t t-if="'\n' not in l.message" t-esc="l.message"/>
|
||||
<pre t-if="'\n' in l.message" style="margin:0;padding:0; border: none;"><t t-esc="l.message"/></pre>
|
||||
<t t-if="l.type == 'subbuild' and subbuild.sudo().error_log_ids">
|
||||
<a data-toggle="collapse" t-attf-data-target="#subbuild-{{subbuild.id}}"><i class="fa"></i></a>
|
||||
<a class="show" data-toggle="collapse" t-attf-data-target="#subbuild-{{subbuild.id}}"><i class="fa"></i></a>
|
||||
<div t-attf-id="subbuild-{{subbuild.id}}" class="collapse in">
|
||||
<table class="table table-condensed" style="margin-bottom:0;">
|
||||
<t t-foreach="subbuild.sudo().error_log_ids" t-as="sl">
|
||||
|
Loading…
Reference in New Issue
Block a user