mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
collapsable area in agents ips
This commit is contained in:
parent
a32844d08a
commit
87368fb9a3
@ -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 .= '<br/>';
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user