Implement new netflow item

This commit is contained in:
alejandro.campos@artica.es 2022-02-21 11:51:52 +01:00
parent 659408ee44
commit 362898681e
1 changed files with 2 additions and 2 deletions

View File

@ -1495,7 +1495,7 @@ function reporting_event_top_n(
$return['type'] = 'top_n';
if (empty($content['name'])) {
$content['name'] = __('Top-N connections');
$content['name'] = __('Top N');
}
$return['title'] = $content['name'];
@ -5437,7 +5437,7 @@ function reporting_netflow(
break;
case 'netflow_top_N':
$content['name'] = __('Netflow Top N');
$content['name'] = __('Netflow top-N connections');
break;
default: