diff --git a/pandora_console/include/functions_graph.php b/pandora_console/include/functions_graph.php index 71049d7804..bf28373284 100644 --- a/pandora_console/include/functions_graph.php +++ b/pandora_console/include/functions_graph.php @@ -1834,7 +1834,7 @@ function graphic_combined_module( $label = $params_combined['labels'][$module]; } else { $alias = db_get_value('alias', 'tagente', 'id_agente', $module_data['id_agente']); - $label = $alias.' - '.$module_data['nombre']; + $label = $module_data['nombre']; } $temp[$label]['g'] = round($temp_data, 4);