summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/project.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/project.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/project.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html
index 7644dad2f3..5abe241305 100644
--- a/bitbake/lib/toaster/toastergui/templates/project.html
+++ b/bitbake/lib/toaster/toastergui/templates/project.html
@@ -31,12 +31,14 @@
31 <h4>Are you sure you want to delete this project?</h4> 31 <h4>Are you sure you want to delete this project?</h4>
32 </div> 32 </div>
33 <div class="modal-body"> 33 <div class="modal-body">
34 <p>Deleting the <strong class="project-name"></strong> project will remove forever:</p> 34 <p>Deleting the <strong class="project-name"></strong> project
35 will:</p>
35 <ul> 36 <ul>
36 <li>Its configuration information</li> 37 <li>Cancel its builds currently in progress</li>
37 <li>Its imported layers</li> 38 <li>Remove its configuration information</li>
38 <li>Its custom images</li> 39 <li>Remove its imported layers</li>
39 <li>All its build information</li> 40 <li>Remove its custom images</li>
41 <li>Remove all its build information</li>
40 </ul> 42 </ul>
41 </div> 43 </div>
42 <div class="modal-footer"> 44 <div class="modal-footer">