mirror of
https://github.com/unraid/webgui.git
synced 2026-04-21 09:19:35 -05:00
Fixed 'Update All Containers' button sometimes hidden in docker list
This commit is contained in:
@@ -186,7 +186,7 @@ function resumeAll() {
|
||||
function checkAll() {
|
||||
$('input[type=button]').prop('disabled',true);
|
||||
$('.updatecolumn').html('<span style="color:#267CA8"><i class="fa fa-refresh fa-spin"></i> checking...</span>');
|
||||
$.post('/plugins/dynamix.docker.manager/include/DockerUpdate.php',{check:true},function(u){loadlist(u);});
|
||||
loadlist();
|
||||
}
|
||||
function updateAll() {
|
||||
$('input[type=button]').prop('disabled',true);
|
||||
|
||||
Reference in New Issue
Block a user