summaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/templates
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2016-10-05 17:08:49 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-10-06 11:41:39 +0100
commit263762a01a6460332ef0cfea5df1e5b81c086df4 (patch)
tree22f03f17e0089dae88e9fe1b6620b6afa817f351 /lib/toaster/toastergui/templates
parente6f12157a210084d1a870832107c910df792f1d9 (diff)
downloadbitbake-contrib-263762a01a6460332ef0cfea5df1e5b81c086df4.tar.gz
toaster: api / project Cancel any in progress builds before project delete
Before we finally delete any project make sure we send the cancel command to any in-progress builds. This ensures that an inaccessible build doesn't block up the system and that we don't get errors after deletion. [YOCTO #10289] Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: bavery <brian.avery@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/toaster/toastergui/templates')
-rw-r--r--lib/toaster/toastergui/templates/project.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/lib/toaster/toastergui/templates/project.html b/lib/toaster/toastergui/templates/project.html
index 7644dad2f..5abe24130 100644
--- a/lib/toaster/toastergui/templates/project.html
+++ b/lib/toaster/toastergui/templates/project.html
@@ -31,12 +31,14 @@
<h4>Are you sure you want to delete this project?</h4>
</div>
<div class="modal-body">
- <p>Deleting the <strong class="project-name"></strong> project will remove forever:</p>
+ <p>Deleting the <strong class="project-name"></strong> project
+ will:</p>
<ul>
- <li>Its configuration information</li>
- <li>Its imported layers</li>
- <li>Its custom images</li>
- <li>All its build information</li>
+ <li>Cancel its builds currently in progress</li>
+ <li>Remove its configuration information</li>
+ <li>Remove its imported layers</li>
+ <li>Remove its custom images</li>
+ <li>Remove all its build information</li>
</ul>
</div>
<div class="modal-footer">