mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Fixed nodes count in pandora_networkmap
This commit is contained in:
parent
d79a918eed
commit
3c78e387df
@ -639,7 +639,7 @@ switch ($tab) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
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