From 71eed89bca1f068c8e4c761f2d3fe6ad8645f103 Mon Sep 17 00:00:00 2001 From: alexhigh Date: Wed, 20 Aug 2014 11:13:44 +0000 Subject: [PATCH] 2014-08-20 Alejandro Gallardo * include/functions_graph.php: Modified the color of the main node on the function "graph_monitor_wheel". git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10437 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/functions_graph.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 9a125c8120..fe185b237a 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2014-08-20 Alejandro Gallardo + + * include/functions_graph.php: Modified the color of + the main node on the function "graph_monitor_wheel". + 2014-08-20 Alejandro Gallardo * include/functions_graph.php: Fixed the function diff --git a/pandora_console/include/functions_graph.php b/pandora_console/include/functions_graph.php index 073a4783d4..9da5dc28c2 100755 --- a/pandora_console/include/functions_graph.php +++ b/pandora_console/include/functions_graph.php @@ -4385,7 +4385,7 @@ function graph_monitor_wheel ($width = 500, $height = 600) { return false; } - $graph_data = array('name' => __('Main node'), 'children' => iterate_group_array($data_groups, $data_agents)); + $graph_data = array('name' => __('Main node'), 'children' => iterate_group_array($data_groups, $data_agents), 'color' => '#3F3F3F'); if (empty($graph_data['children'])) return fs_error_image();