log sources view hide on empty

This commit is contained in:
Jonathan 2023-03-16 12:23:58 +01:00
parent fa06b4e8a3
commit b56cb0e78e
1 changed files with 0 additions and 3 deletions

View File

@ -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.