mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed id of pandora node
This commit is contained in:
parent
7b3a0d49f1
commit
65bfedf404
File diff suppressed because it is too large
Load Diff
@ -495,7 +495,12 @@ switch ($tab) {
|
|||||||
$count = 0;
|
$count = 0;
|
||||||
|
|
||||||
if (($count == 0) && ($network_map['source'] != 'empty')) {
|
if (($count == 0) && ($network_map['source'] != 'empty')) {
|
||||||
$data['nodes'] = __('Pending to generate');
|
if (enterprise_installed() && ($network_map['generated'])) {
|
||||||
|
$data['nodes'] = __('Empty map');
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
$data['nodes'] = __('Pending to generate');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$data['nodes'] = $count - 1; //PandoraFMS node is not an agent
|
$data['nodes'] = $count - 1; //PandoraFMS node is not an agent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user