mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
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;
|
display: flex;
|
||||||
flex-direction: column;
|
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',
|
'white-box-content',
|
||||||
'box-flat white_thable_graph mrgn_top_30px'
|
'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.
|
// Hidden form to perform post request to Log Viewer page when clicking on the Review field icon.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user