mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-24 22:35:58 +02:00
13637-Change message no data in Monitor details
This commit is contained in:
parent
e4d2e08b88
commit
61cd7b86b4
@ -2388,7 +2388,7 @@ if (empty($result) === false) {
|
||||
}
|
||||
} else {
|
||||
if (get_parameter('ag_group', false) !== false) {
|
||||
ui_print_info_message(['no_close' => true, 'message' => __('No data to show')]);
|
||||
ui_print_info_message(['no_close' => true, 'message' => __('There are no monitors with these features or status')]);
|
||||
} else {
|
||||
ui_print_info_message(['no_close' => true, 'message' => __('Please apply a filter to display the data')]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user