Replaced blue circle animation with unraid wave

This commit is contained in:
bergware
2018-08-22 15:08:48 +02:00
parent c4f2fb7eb9
commit a970b201a5
9 changed files with 51 additions and 51 deletions

View File

@@ -190,7 +190,7 @@ function checkAll() {
}
function updateAll() {
$('input[type=button]').prop('disabled',true);
$('div.spinner').show('slow');
$('div.spinner').addClass('fixed').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;