2014-08-20 Alejandro Gallardo <alejandro.gallardo@artica.es>

* 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
This commit is contained in:
alexhigh 2014-08-20 11:13:44 +00:00
parent 428ccacdd6
commit 774d4dc2d7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-08-20 Alejandro Gallardo <alejandro.gallardo@artica.es>
* include/functions_graph.php: Modified the color of
the main node on the function "graph_monitor_wheel".
2014-08-20 Alejandro Gallardo <alejandro.gallardo@artica.es>
* include/functions_graph.php: Fixed the function

View File

@ -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();