mirror of
https://github.com/unraid/webgui.git
synced 2026-04-21 09:19:35 -05:00
Miscellaneous updates
This commit is contained in:
@@ -126,7 +126,7 @@ function rmContainer(container, image, id) {
|
||||
showLoaderOnConfirm:true
|
||||
},function(c){
|
||||
if (!c) {setTimeout(loadlist,0); return;}
|
||||
$('div.spinner').show('slow');
|
||||
$('div.spinner.fixed').show('slow');
|
||||
if ($('#removeimagechk').prop('checked')) {
|
||||
eventControl({action:'remove_all', container:id, name:container, image:image},'loadlist');
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user