From c96721183032e93c3609f9892763be281abb092a Mon Sep 17 00:00:00 2001 From: Pablo Aragon Date: Tue, 29 Aug 2023 12:33:35 +0200 Subject: [PATCH] 11958-Fix Recover alert icon size --- pandora_console/operation/agentes/tactical.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pandora_console/operation/agentes/tactical.php b/pandora_console/operation/agentes/tactical.php index 59017e9619..2db940311a 100755 --- a/pandora_console/operation/agentes/tactical.php +++ b/pandora_console/operation/agentes/tactical.php @@ -305,4 +305,9 @@ echo ''; } }); }); + + $('.tactical_table .alert_module_background_state').replaceWith(function(){ + console.log($(this).data()); + return $("
").addClass($(this).attr('class')).data($(this).data()); + });