11521-Fix filter SNMP graph
This commit is contained in:
parent
8971aec8cb
commit
94b4584d45
|
@ -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';
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue