Ent 7492 bug visual vista agents alerts no alerts

This commit is contained in:
Luis 2021-05-25 15:53:41 +00:00 committed by Daniel Rodriguez
parent 0371a9acd6
commit eb54ce9a62
1 changed files with 1 additions and 1 deletions

View File

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