11521-Fix filter SNMP graph

This commit is contained in:
Pablo Aragon 2023-06-08 08:29:35 +02:00
parent 8971aec8cb
commit 94b4584d45
2 changed files with 5 additions and 1 deletions

View File

@ -220,7 +220,7 @@ function pandora_realtime_graphs()
false, false,
'', '',
'white-box-content', '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'; $chart[time()]['graph'] = '0';

View File

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