mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
11801-Change message no filter in Monitor status
This commit is contained in:
parent
7e9c7c907d
commit
18d4f700f4
@ -2354,7 +2354,7 @@ if (empty($result) === false) {
|
|||||||
$tablePagination = ui_pagination($count_modules, false, $offset, 0, true, 'offset', false);
|
$tablePagination = ui_pagination($count_modules, false, $offset, 0, true, 'offset', false);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
ui_print_info_message(['no_close' => true, 'message' => __('Sorry no search parameters')]);
|
ui_print_info_message(['no_close' => true, 'message' => __('Please apply a filter to display the data')]);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_metaconsole() !== true) {
|
if (is_metaconsole() !== true) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user