11958-Fix Recover alert icon size

This commit is contained in:
Pablo Aragon 2023-08-29 12:33:35 +02:00
parent ff37a940da
commit c967211830

View File

@ -305,4 +305,9 @@ echo '</tr></table>';
} }
}); });
}); });
$('.tactical_table .alert_module_background_state').replaceWith(function(){
console.log($(this).data());
return $("<div />").addClass($(this).attr('class')).data($(this).data());
});
</script> </script>