mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Implement new netflow item
This commit is contained in:
parent
659408ee44
commit
362898681e
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user