From 5f71419dabe3599ad8cbba9a665ce0e85f884c24 Mon Sep 17 00:00:00 2001 From: juanmanuelr Date: Thu, 29 Nov 2012 18:27:37 +0000 Subject: [PATCH] 2012-11-29 Juan Manuel Ramon * operation/agentes/status_monitor.php: Added check in group filter. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7209 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ .../operation/agentes/status_monitor.php | 17 +++++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index c35480c9c9..6880112c63 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2012-11-29 Juan Manuel Ramon + + * operation/agentes/status_monitor.php: Added check in group filter. + 2012-11-29 Ramon Novoa * include/functions_netflow.php: Detect errors when retrieving stats. diff --git a/pandora_console/operation/agentes/status_monitor.php b/pandora_console/operation/agentes/status_monitor.php index 7cefda7229..41e02a66d7 100644 --- a/pandora_console/operation/agentes/status_monitor.php +++ b/pandora_console/operation/agentes/status_monitor.php @@ -238,20 +238,21 @@ echo ' false, 'width:150px;') . ' '; } -else { +else { echo ' - ' . __('Group') . ' - ' . - html_print_select($groups_select, "ag_group", - $ag_group, '', '', '0', true, false, false, 'w130', - false, 'width:150px;') . ' - '; + ' . __('Group') . ' + ' . + html_print_select($groups_select, "ag_group", + io_safe_output($ag_group), '', '', '0', true, false, false, 'w130', + false, 'width:150px;') . ' + '; } - echo '' . __('Monitor status') . ""; + echo '' . __('Monitor status') . ""; echo ""; + $fields = array (); $fields[0] = __('Normal'); $fields[1] = __('Warning');