diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 6b01b832ea..6e465ae010 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,5 +1,7 @@ 2007-09-20 Sancho Lerena + * operation/agentes/estado_alertas.php: Alert icon is now the box icon. + * view_server.php, tactical.php: Solved bug in lagcheck for down modules. * godmode/agentes/manage_config.php: Agent ordered by name in destination box. diff --git a/pandora_console/operation/agentes/estado_alertas.php b/pandora_console/operation/agentes/estado_alertas.php index 19bb58d53c..07a7eba109 100644 --- a/pandora_console/operation/agentes/estado_alertas.php +++ b/pandora_console/operation/agentes/estado_alertas.php @@ -110,9 +110,9 @@ if (isset($_GET["id_agente"])){ } echo "".$data["times_fired"].""; if ($data["times_fired"] <> 0) - echo ""; + echo ""; else - echo ""; + echo ""; } echo '';