[IMP] runbot: resize the child extra parameters

When configuring a custom trigger on a bundle by using the wizard, the
child extra params field is often too small to display all the
parameters.
e.g., specify two long test-tags as it's often the case for
multi-builds.

With this commit, the field span over 4 columns.
This commit is contained in:
Christophe Monniez 2023-07-10 15:22:24 +02:00 committed by xdo
parent 3c7f59a817
commit b018e5a1a4

View File

@ -16,7 +16,6 @@
<field name="config_id"/>
<field name="number_build"/>
<field name="extra_params"/>
<field name="child_extra_params"/>
<field name="child_config_id"/>
</group>
<group string="Restore options">
@ -26,6 +25,7 @@
<field name="restore_database_suffix" attrs="{'invisible': [('restore_mode', '!=', 'auto')]}"/>
</group>
<group colspan="4">
<field name="child_extra_params"/>
<field name="config_data"/>
</group>
</group>