Merge branch 'ent-11521-fallo-visual-en-graficas-snmp' into 'develop'

Ent 11521 fallo visual en graficas snmp

See merge request artica/pandorafms!6062
This commit is contained in:
Rafael Ameijeiras 2023-06-08 09:48:08 +00:00
commit 29691a3071
2 changed files with 5 additions and 1 deletions

View File

@ -220,7 +220,7 @@ function pandora_realtime_graphs()
false,
'',
'white-box-content',
'box-flat white_table_graph fixed_filter_bar'
'box-flat white_table_graph fixed_filter_bar top_0px_important mrgn_btn_35px_imp'
);
$chart[time()]['graph'] = '0';

View File

@ -7158,6 +7158,10 @@ div.graph div.legend table {
margin-bottom: 35px;
}
.mrgn_btn_35px_imp {
margin-bottom: 35px !important;
}
.mrgn_btn_40px {
margin-bottom: 40px;
}