diff options
author | Belen Barros Pena <belen.barros.pena@intel.com> | 2015-01-26 15:48:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-29 22:11:34 +0000 |
commit | 8a2ec99aad55432c808310f9cfc3efa74198f266 (patch) | |
tree | ac542e5ba5b3e34a8e3bf3159f09ad2386cc8996 /bitbake/lib | |
parent | d4b9b0f416a78478e732288b3832dbce2533da18 (diff) | |
download | 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>
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/layerdetails.html | 4 |
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 f8f2d7ab87..6c5e7859aa 100644 --- a/bitbake/lib/toaster/toastergui/templates/layerdetails.html +++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html | |||
@@ -254,7 +254,7 @@ | |||
254 | Target version | 254 | Target version |
255 | </th> | 255 | </th> |
256 | <th class="span4">Description</th> | 256 | <th class="span4">Description</th> |
257 | <th>Build target</th> | 257 | <th class="span2">Build target</th> |
258 | </tr> | 258 | </tr> |
259 | </thead> | 259 | </thead> |
260 | <tbody> | 260 | <tbody> |
@@ -380,7 +380,7 @@ | |||
380 | {% endif %} | 380 | {% endif %} |
381 | </th> | 381 | </th> |
382 | <th>Description</th> | 382 | <th>Description</th> |
383 | <th>Select machine</th> | 383 | <th class="span2">Select machine</th> |
384 | </tr> | 384 | </tr> |
385 | </thead> | 385 | </thead> |
386 | <tbody> | 386 | <tbody> |