From b56cb0e78e119f55755d35cbf331d8fe3cdccf98 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 16 Mar 2023 12:23:58 +0100 Subject: [PATCH] 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.