mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch '2786-Errores-en-mapas-de-red-return-dev' into 'develop'
Fixed nodes count in pandora_networkmap See merge request artica/pandorafms!1924
This commit is contained in:
commit
2873d4b962
@ -639,7 +639,7 @@ switch ($tab) {
|
||||
}
|
||||
}
|
||||
else {
|
||||
$data['nodes'] = $count - 1; //PandoraFMS node is not an agent
|
||||
$data['nodes'] = ($network_map['id_group'] == 0) ? $count - 1 : $count; //PandoraFMS node is not an agent
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user