Merge branch 'ent-9662-second-round' of brutus.artica.es:artica/pandorafms into ent-9662-second-round
This commit is contained in:
commit
3782fdaaf6
|
@ -11695,3 +11695,8 @@ div#menu_full > div#menu_tabs > ul.tabs_ul {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
div.relative > div > div#ui-datepicker-div {
|
||||
top: 55px !important;
|
||||
left: 5px !important;
|
||||
}
|
||||
|
|
|
@ -107,9 +107,6 @@ if (!empty($table->data)) {
|
|||
'white-box-content',
|
||||
'box-flat white_thable_graph mrgn_top_30px'
|
||||
);
|
||||
} else {
|
||||
ui_print_info_message(['no_close' => true, 'message' => __('No log sources found') ]);
|
||||
$log_sources_defined = false;
|
||||
}
|
||||
|
||||
// Hidden form to perform post request to Log Viewer page when clicking on the Review field icon.
|
||||
|
|
Loading…
Reference in New Issue