Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion runbot/views/build_error_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@
<field name="fixing_pr_url" widget="pull_request_url" invisible="not fixing_pr_id"/>
<field name="fixing_bundle_id" options="{'no_create': True}" readonly="fixing_pr_id"/>
<field name="fixing_bundle_url" invisible="not fixing_pr_id"/>
<field name="active"/>
<label class="text-danger" for="active" invisible="not test_tags"/>
<label for="active" invisible="test_tags"/>
<span>
<field name="active" nolabel="1"/>
<i class="fa fa-exclamation-triangle text-danger" title="This error has test-tags !" invisible="not test_tags"/>
</span>
</group>
<group name="appearance_info" string="Appearance" col="2">
<field name="version_ids" widget="many2many_tags"/>
Expand Down