log sources view hide on empty
This commit is contained in:
parent
fa06b4e8a3
commit
b56cb0e78e
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue