From 45a055573a7a93cfa5cb774176be5bdef4080115 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 16 Mar 2023 11:59:38 +0100 Subject: [PATCH 1/3] Log viewer datepicker fixed --- pandora_console/include/styles/pandora.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 56b03ebb1d..3c5bc8e0ad 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; } + +#ui-datepicker-div { + position: fixed !important; + top: 424px !important; +} From fa06b4e8a3bfed968a6f69d234e95dab33891768 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 16 Mar 2023 12:22:14 +0100 Subject: [PATCH 2/3] datepicker fix logviewer --- pandora_console/include/styles/pandora.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 3c5bc8e0ad..01801cd5bc 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -11696,7 +11696,7 @@ div#menu_full > div#menu_tabs > ul.tabs_ul { flex-direction: column; } -#ui-datepicker-div { - position: fixed !important; - top: 424px !important; +div.relative > div > div#ui-datepicker-div { + top: 55px !important; + left: 5px !important; } From b56cb0e78e119f55755d35cbf331d8fe3cdccf98 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 16 Mar 2023 12:23:58 +0100 Subject: [PATCH 3/3] log sources view hide on empty --- pandora_console/operation/agentes/log_sources_status.php | 3 --- 1 file changed, 3 deletions(-) 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.