From 38df3554bc56034b4144199b29288d534ec34b34 Mon Sep 17 00:00:00 2001 From: aloriel Date: Mon, 20 Oct 2008 10:42:38 +0000 Subject: [PATCH] 2008-10-20 Jorge Gonzalez * operation/agentes/estado_agente.php, operation/agentes/bulbs.php: fixed bug, blue monitor means it has no monitors, while gray means it has no data. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1172 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/operation/agentes/bulbs.php | 2 +- pandora_console/operation/agentes/estado_agente.php | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 947e9c0681..c3499128c4 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2008-10-20 Jorge Gonzalez + + * operation/agentes/estado_agente.php, operation/agentes/bulbs.php: + fixed bug, blue monitor means it has no monitors, while gray means + it has no data. + 2008-10-20 Esteban Sanchez * operation/agentes/estado_grupo.php: Fixed a notice error when the diff --git a/pandora_console/operation/agentes/bulbs.php b/pandora_console/operation/agentes/bulbs.php index 0046bf4a25..57d4e28eb8 100644 --- a/pandora_console/operation/agentes/bulbs.php +++ b/pandora_console/operation/agentes/bulbs.php @@ -28,7 +28,7 @@ echo " ".__('Alert fired')." - ".__('Agent without monitors')." + ".__('Agent without monitors')." ".__('Agent without data')." diff --git a/pandora_console/operation/agentes/estado_agente.php b/pandora_console/operation/agentes/estado_agente.php index 6bc28da70c..69dd56e1bd 100644 --- a/pandora_console/operation/agentes/estado_agente.php +++ b/pandora_console/operation/agentes/estado_agente.php @@ -329,13 +329,13 @@ echo '"; } elseif ($numero_datamodules > 0) { - echo ""; + echo ""; } elseif ($monitor_down > 0) { echo ""; } } else - echo ""; + echo ""; // checks if an alert was fired recently echo "";