diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 56b03ebb1d..01801cd5bc 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -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; +} diff --git a/pandora_console/operation/agentes/log_sources_status.php b/pandora_console/operation/agentes/log_sources_status.php index bab810fa5f..451f0f15d3 100644 --- a/pandora_console/operation/agentes/log_sources_status.php +++ b/pandora_console/operation/agentes/log_sources_status.php @@ -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.