It was outside the page main column.

Signed-off-by: Belen Barros Pena <[email protected]>
---
 bitbake/lib/toaster/toastergui/templates/projecttopbar.html | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/bitbake/lib/toaster/toastergui/templates/projecttopbar.html 
b/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
index d619516..b662a6e 100644
--- a/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
+++ b/bitbake/lib/toaster/toastergui/templates/projecttopbar.html
@@ -16,13 +16,12 @@
   });
 </script>
 
-<div class="alert alert-success lead" id="project-created-notification" 
style="margin-top:15px; display:none">
-  <button type="button" class="close" data-dismiss="alert">??</button>
-  Your project <strong>{{project.name}}</strong> has been created. You can now 
<a href="{% url 'projectmachines' project.id %}">select your target machine</a> 
and <a href="{% url 'projectimagerecipes' project.id %}">choose image 
recipes</a> to build.
-</div>
-
-<!-- project name -->
 <div class="col-md-12">
+  <div class="alert alert-success lead" id="project-created-notification" 
style="margin-top:15px; display:none">
+    <button type="button" class="close" data-dismiss="alert">??</button>
+  Your project <strong>{{project.name}}</strong> has been created. You can now 
<a href="{% url 'projectmachines' project.id %}">select your target machine</a> 
and <a href="{% url 'projectimagerecipes' project.id %}">choose image 
recipes</a> to build.
+  </div>
+  <!-- project name -->
   <div class="page-header">
     <h1 id="project-name-container">
       <span id="project-name">{{project.name}}</span>
-- 
1.9.1

-- 
_______________________________________________
toaster mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/toaster

Reply via email to