From 551335e23fe0645a82e837d0e84952acd7e8d72d Mon Sep 17 00:00:00 2001 From: juanmanuelr Date: Fri, 7 Oct 2011 11:34:40 +0000 Subject: [PATCH] 2011-10-07 Juan Manuel Ramon * operation/agentes/group_view.php: Fixed bad style when a group's modules has alerts fired. Fixes: #3419822 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5049 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 7 +++++++ pandora_console/operation/agentes/group_view.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 705c3aa2e4..2365cc5914 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2011-10-07 Juan Manuel Ramon + + * operation/agentes/group_view.php: Fixed bad style when a group's + modules has alerts fired. + + Fixes: #3419822 + 2011-10-06 Junichi Satoh * include/help/ja/help_reporting_main_tab.php: Added a missing help diff --git a/pandora_console/operation/agentes/group_view.php b/pandora_console/operation/agentes/group_view.php index cda7eaedde..64ccaa99a9 100644 --- a/pandora_console/operation/agentes/group_view.php +++ b/pandora_console/operation/agentes/group_view.php @@ -94,7 +94,7 @@ foreach ($groups as $id_group => $group_name) { // Calculate entire row color if ($data["monitor_alerts_fired"] > 0){ - echo ""; + echo ""; } elseif ($data["monitor_critical"] > 0) { echo "";