summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Lerner <dave.lerner@windriver.com>2016-03-24 12:12:10 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-24 16:20:16 +0000
commit768e6bb90c433687b0d52f256b7115499ca3418b (patch)
treea1a6dc59113abeee424ce383b1d223724872c069
parentf5cb59b6b10a714b18b1c00b9a8598dd855c84b5 (diff)
downloadopenembedded-core-contrib-768e6bb90c433687b0d52f256b7115499ca3418b.tar.gz
toaster: new customise package-remove modal dlg
For customised image package removal, show a different modal dialog that lists ALL of the packages dependent on this package, with a Remove All button - implying that all of the dependents will be removed. [YOCTO #9121] Signed-off-by: Dave Lerner <dave.lerner@windriver.com> Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--lib/toaster/toastergui/templates/customrecipe.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/toaster/toastergui/templates/customrecipe.html b/lib/toaster/toastergui/templates/customrecipe.html
index 8cce919670..4b589926c5 100644
--- a/lib/toaster/toastergui/templates/customrecipe.html
+++ b/lib/toaster/toastergui/templates/customrecipe.html
@@ -66,13 +66,14 @@
<h3><span class="package-to-rm-name"></span> reverse dependencies</h3>
</div>
<div class="modal-body">
- <p>Based on information from a previous build it is likely that <strong class="package-to-rm-name"></strong> may be added again as the following packages directly depend on it for your custom image:</p>
+ <p> <strong class="reverse-deps-count"></strong> <span class="reverse-deps-package"></span> in your image <span class="reverse-deps-depends"></span> on <strong class="package-to-rm-name"></strong>:</p>
<ul id="package-reverse-dep-list">
</ul>
+ <p>In order to remove <strong class="package-to-rm-name"></strong>, you must remove <span class="reverse-deps-this"></span> <strong class="reverse-deps-count"></strong> <span class="reverse-deps-package"></span> as well.</p>
</div>
<div class="modal-footer">
<p class="help-block text-left">Total package size: <strong id="package-reverse-deps-total-size"></strong></p>
- <button id="rm-package-reverse-deps-modal-btn" type="submit" class="btn btn-primary" data-dismiss="modal">Remove package</button>
+ <button id="rm-package-reverse-deps-modal-btn" type="submit" class="btn btn-primary" data-dismiss="modal">Remove all <span class="reverse-deps-count-plus1"></button>
<button class="btn" data-dismiss="modal">Cancel</button>
</div>
</div>