Fixed 'Update All Containers' button sometimes hidden in docker list

This commit is contained in:
bergware
2018-08-01 09:37:58 +02:00
parent 0602a7e7c0
commit 5a728b1d72
3 changed files with 5 additions and 30 deletions
@@ -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);