mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-12247-vistas-tacticas-de-seguridad-fase-2-vulnerabilidades-y-hardening' into 'develop'
Ent 12247 Vistas tácticas de seguridad fase 2 (vulnerabilidades y hardening) See merge request artica/pandorafms!6707
This commit is contained in:
commit
fdb58daf2d
@ -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'] = [
|
||||||
|
@ -132,6 +132,11 @@
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#filter-agent-security div {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 1500px) {
|
@media (max-width: 1500px) {
|
||||||
.col-md-3 {
|
.col-md-3 {
|
||||||
width: 40%;
|
width: 40%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user