Fixed nodes count in pandora_networkmap
This commit is contained in:
parent
d79a918eed
commit
3c78e387df
|
@ -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…
Reference in New Issue