diff --git a/pandora_console/include/functions_graph.php b/pandora_console/include/functions_graph.php index 116f052456..7d39828ddb 100755 --- a/pandora_console/include/functions_graph.php +++ b/pandora_console/include/functions_graph.php @@ -2409,7 +2409,7 @@ function grafico_eventos_grupo ($width = 300, $height = 200, $url = "", $meta = $sql = sprintf ('SELECT DISTINCT(id_agente) AS id_agente, id_grupo, COUNT(id_agente) AS count'.$field_extra.' FROM '.$event_table.' - WHERE rownum <= 0 %s %s + WHERE rownum <= 8 %s %s GROUP BY id_agente, id_grupo'.$groupby_extra.' ORDER BY count DESC', $url, $tags_condition); break;