[Netflow live] Hide netflow circular mesh

Former-commit-id: d00293853fc8b498ddee9798b1d1feaea3c13fbf
This commit is contained in:
fermin831 2019-03-20 12:16:30 +01:00
parent f32e022b1b
commit 9b345ea947
1 changed files with 1 additions and 1 deletions

View File

@ -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'),
];
}