Fixed docker spinner animation after update all

This commit is contained in:
bergware
2018-08-24 15:26:41 +02:00
parent b992766f45
commit 1bad820438
2 changed files with 3 additions and 2 deletions
@@ -190,7 +190,8 @@ function checkAll() {
}
function updateAll() {
$('input[type=button]').prop('disabled',true);
$('div.spinner').addClass('fixed').show('slow');
$('#docker_list').append("<div class='spinner fixed'></div>");
$('div.spinner').html(unraid_logo).show('slow');
var list = '';
for (var i=0,ct; ct=docker[i]; i++) if (ct.update=='false') list += '&ct[]='+encodeURI(ct.name);
var address = '/plugins/dynamix.docker.manager/include/CreateDocker.php?updateContainer=true'+list;