mirror of
https://github.com/unraid/webgui.git
synced 2026-01-20 08:30:14 -06:00
Replaced blue circle animation with unraid wave
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user