From 7bc29f1899cd708fb8593fbd4160e35c9ed7bcc1 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Mon, 26 Jul 2010 12:03:13 +0000 Subject: [PATCH] 2010-07-26 Sergio Martin * include/functions_networkmap.php: Changed the color of the modules, agents and groups with alerts fired in the network maps from yellow to orange. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3062 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/include/functions_networkmap.php | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index fa7ec3f26e..0ce985d3c7 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2010-07-26 Sergio Martin + + * include/functions_networkmap.php: Changed the color of the + modules, agents and groups with alerts fired in the network + maps from yellow to orange. + 2010-07-26 Miguel de Dios * images/mimetypes/text.png: added lost image file in previous commits about collections. diff --git a/pandora_console/include/functions_networkmap.php b/pandora_console/include/functions_networkmap.php index 248f8a73e8..79ffce5fbe 100644 --- a/pandora_console/include/functions_networkmap.php +++ b/pandora_console/include/functions_networkmap.php @@ -361,7 +361,7 @@ function create_group_node ($group, $simple = 0, $font_size = 10) { $status_color = '#FFE308'; // Warning monitor break; case 4: - $status_color = '#FFE308'; // Alert fired + $status_color = '#FFA300'; // Alert fired break; default: $status_color = '#BBBBBB'; // Unknown monitor @@ -406,7 +406,7 @@ function create_agent_node ($agent, $simple = 0, $font_size = 10) { $status_color = '#FFE308'; // Warning monitor break; case 4: - $status_color = '#FFE308'; // Alert fired + $status_color = '#FFA300'; // Alert fired break; default: $status_color = '#BBBBBB'; // Unknown monitor @@ -466,7 +466,7 @@ function create_module_node ($module, $simple = 0, $font_size = 10) { $status_color = '#FFE308'; // Warning monitor break; case 4: - $status_color = '#FFE308'; // Alert fired + $status_color = '#FFA300'; // Alert fired break; default: $status_color = '#BBBBBB'; // Unknown monitor