diff --git a/pandora_console/operation/agentes/estado_generalagente.php b/pandora_console/operation/agentes/estado_generalagente.php index 0cf348ab50..f17accad27 100755 --- a/pandora_console/operation/agentes/estado_generalagente.php +++ b/pandora_console/operation/agentes/estado_generalagente.php @@ -165,7 +165,7 @@ if (empty($address) === false) { $first_key = key($addresses); foreach ($addresses as $key => $sec_address) { - if ($first_key !== $key) { + if ($first_key !== $key || count($addresses) <= 3) { $address_text .= '
'; }