diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 59274e8e00..926bdea1e7 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-09-29 Sergio Martin + + * operation/agentes/tactical.php: Allowed to show + in process events in tactical view + 2010-09-29 Sergio Martin * include/functions_events.php: Change to the new status diff --git a/pandora_console/operation/agentes/tactical.php b/pandora_console/operation/agentes/tactical.php index 8fea624a46..436fd83382 100644 --- a/pandora_console/operation/agentes/tactical.php +++ b/pandora_console/operation/agentes/tactical.php @@ -226,7 +226,7 @@ echo '
'; // Last events information // -------------------------------------------------------------------------- -print_events_table ("WHERE estado=0 ", 10, "100%"); +print_events_table ("WHERE estado<>1 ", 10, "100%"); // --------------------------------------------------------------------------