diff --git a/pandora_console/include/functions_netflow.php b/pandora_console/include/functions_netflow.php index d42f5121f2..cccc69e341 100644 --- a/pandora_console/include/functions_netflow.php +++ b/pandora_console/include/functions_netflow.php @@ -1025,7 +1025,7 @@ function netflow_get_chart_types() 'netflow_area' => __('Area graph'), 'netflow_summary' => __('Summary'), 'netflow_data' => __('Data table'), - 'netflow_mesh' => __('Circular mesh'), + // 'netflow_mesh' => __('Circular mesh'), Provisionally comented 'netflow_host_treemap' => __('Host detailed traffic'), ]; }