mirror of
https://github.com/unraid/webgui.git
synced 2026-01-04 08:29:51 -06:00
Fix update issues with docker tab
This commit is contained in:
@@ -111,6 +111,7 @@ function LockButton() {
|
||||
}
|
||||
function loadlist(init) {
|
||||
timers.docker = setTimeout(function(){$('div.spinner.fixed').show('slow');},500);
|
||||
docker = [];
|
||||
$.get('/plugins/dynamix.docker.manager/include/DockerContainers.php',function(d) {
|
||||
clearTimeout(timers.docker);
|
||||
var data = d.split(/\0/);
|
||||
|
||||
Reference in New Issue
Block a user