mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-26 23:35:02 +02:00
#12247 fixed name graphs
This commit is contained in:
parent
4d1df2dcc5
commit
01e1ecefac
@ -1011,12 +1011,12 @@ function reports_get_report_types($template=false, $not_editor=false)
|
|||||||
|
|
||||||
$types['vuls_attack_complexity'] = [
|
$types['vuls_attack_complexity'] = [
|
||||||
'optgroup' => __('Vulnerabilities'),
|
'optgroup' => __('Vulnerabilities'),
|
||||||
'name' => __('Attack complexity graph donut'),
|
'name' => __('Attack complexity doughnut chart'),
|
||||||
];
|
];
|
||||||
|
|
||||||
$types['vuls_by_packages'] = [
|
$types['vuls_by_packages'] = [
|
||||||
'optgroup' => __('Vulnerabilities'),
|
'optgroup' => __('Vulnerabilities'),
|
||||||
'name' => __('By packages in graph pie'),
|
'name' => __('By packages in pie chart'),
|
||||||
];
|
];
|
||||||
|
|
||||||
$types['vuls_by_agent'] = [
|
$types['vuls_by_agent'] = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user