mirror of
https://git.yoctoproject.org/poky
synced 2026-04-10 14:02:21 +02:00
bitbake: toastergui: set column width in layer details page
Set the width of the action columns to span2 to stop the buttons from wrapping as much as possible. (Bitbake rev: 4282a92fe3652c52448dba3d5f3fc4e1de28be63) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d4b9b0f416
commit
8a2ec99aad
@@ -254,7 +254,7 @@
|
||||
Target version
|
||||
</th>
|
||||
<th class="span4">Description</th>
|
||||
<th>Build target</th>
|
||||
<th class="span2">Build target</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -380,7 +380,7 @@
|
||||
{% endif %}
|
||||
</th>
|
||||
<th>Description</th>
|
||||
<th>Select machine</th>
|
||||
<th class="span2">Select machine</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
Reference in New Issue
Block a user