[bitbake-devel] [PATCH 10/14] toaster: Fix the empty packages alert

Alex DAMIAN alexandru.damian at intel.com
Fri Apr 4 14:10:49 UTC 2014


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

* Remove a tag in all capitals
* Remove an unnecessary div
* Fix a typo

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

diff --git a/lib/toaster/toastergui/templates/bpackage.html b/lib/toaster/toastergui/templates/bpackage.html
index 22609e2..c6ec634 100644
--- a/lib/toaster/toastergui/templates/bpackage.html
+++ b/lib/toaster/toastergui/templates/bpackage.html
@@ -17,16 +17,14 @@
 
 <!-- Empty - no data in database -->
 <div class="page-header">
-  <div class="page-header">
     <h1>
-    Packages
+        Packages
     </h1>
-    </div>
-  <div class="alert alert-info lead">
-    <STRONG>No packages were built.</STRONG> How did this happen? Well, BitBake reuses as much stuff as possible.
-    If all of the packages needed were already built and available in your build infrastructure, Bitbake
+</div>
+<div class="alert alert-info lead">
+    <strong>No packages were built.</strong> How did this happen? Well, BitBake reuses as much stuff as possible.
+    If all of the packages needed were already built and available in your build infrastructure, BitBake
     will not rebuild any of them. This might be slightly confusing, but it does make everything faster.
-  </div>
 </div>
 
 {% else %}
-- 
1.9.1




More information about the bitbake-devel mailing list