mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-7492-bug-visual-vista-agents-alerts-no-alerts' into 'develop'
Ent 7492 bug visual vista agents alerts no alerts See merge request artica/pandorafms!4110
This commit is contained in:
commit
b875199f28
@ -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