mirror of
https://github.com/unraid/webgui.git
synced 2026-03-13 22:40:17 -05:00
Fix: Docker remove context item should delete container not image
This commit is contained in:
@@ -119,7 +119,7 @@ function rmContainer(container, image, id) {
|
||||
if ($("#removeimagechk").prop('checked')) {
|
||||
eventControl({action: "remove_all", container: id, image: image});
|
||||
} else {
|
||||
eventControl({action: "remove_image", image: image});
|
||||
eventControl({action: "remove_container", container: id});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user