Plugin system and docker update

Minor code update
This commit is contained in:
bergware
2022-08-11 13:24:01 +02:00
parent 5a1c305574
commit 3029e9dff2
2 changed files with 2 additions and 2 deletions
@@ -102,7 +102,7 @@ function editContainer(container, template) {
}
function updateContainer(container) {
swal({
title:_('Are you sure?'),text:_('Update container')+': '+container, type:'warning',showCancelButton:true,closeOnConfirm:false,confirmButtonText:_('Yes, update it!'),cancelButtonText:_('Cancel')
title:_('Are you sure?'),text:_('Update container')+': '+container, type:'warning',html:true,showCancelButton:true,closeOnConfirm:false,confirmButtonText:_('Yes, update it!'),cancelButtonText:_('Cancel')
},function(){
openDocker('update_container '+encodeURIComponent(container),_('Updating the container'),'','loadlist');
});