mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Ent 7492 bug visual vista agents alerts no alerts
This commit is contained in:
parent
0371a9acd6
commit
eb54ce9a62
@ -488,7 +488,7 @@ class AgentsAlerts extends HTML
|
||||
|
||||
$nagents = count(agents_get_agents($filter_count));
|
||||
|
||||
if ($agents == false) {
|
||||
if ($agents === false || empty($agents_with_alerts) === true) {
|
||||
ui_print_info_message(
|
||||
[
|
||||
'no_close' => true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user