summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-01-26 15:48:45 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-01-29 22:11:34 +0000
commit8a2ec99aad55432c808310f9cfc3efa74198f266 (patch)
treeac542e5ba5b3e34a8e3bf3159f09ad2386cc8996
parentd4b9b0f416a78478e732288b3832dbce2533da18 (diff)
downloadast2050-yocto-poky-8a2ec99aad55432c808310f9cfc3efa74198f266.zip
ast2050-yocto-poky-8a2ec99aad55432c808310f9cfc3efa74198f266.tar.gz
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>
-rw-r--r--bitbake/lib/toaster/toastergui/templates/layerdetails.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/layerdetails.html b/bitbake/lib/toaster/toastergui/templates/layerdetails.html
index f8f2d7a..6c5e785 100644
--- a/bitbake/lib/toaster/toastergui/templates/layerdetails.html
+++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html
@@ -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>
OpenPOWER on IntegriCloud