[bitbake-devel] [PATCH 08/14] toastergui: set column width in layer details page

Alex DAMIAN alexandru.damian at intel.com
Tue Jan 27 14:27:29 UTC 2015


From: Belen Barros Pena <belen.barros.pena at intel.com>

Set the width of the action columns to span2 to stop
the buttons from wrapping as much as possible.

Signed-off-by: Belen Barros Pena <belen.barros.pena at intel.com>
---
 lib/toaster/toastergui/templates/layerdetails.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/toaster/toastergui/templates/layerdetails.html b/lib/toaster/toastergui/templates/layerdetails.html
index f8f2d7a..6c5e785 100644
--- a/lib/toaster/toastergui/templates/layerdetails.html
+++ b/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>
-- 
1.9.1




More information about the bitbake-devel mailing list