mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
relayd: fix a crash report
This commit is contained in:
parent
4590b17dd2
commit
e84c86cc35
@ -156,7 +156,7 @@ $main_buttons = array(
|
||||
<tr>
|
||||
<td><?=$pool['name'];?></td>
|
||||
<td><?=$pool['mode'];?></td>
|
||||
<td><?=implode('<br/>', $pool['servers']);?></td>
|
||||
<td><?= !empty($pool['servers']) ? implode('<br/>', $pool['servers']) : '' ?></td>
|
||||
<td><?=$pool['port'];?></td>
|
||||
<td>
|
||||
<a href="load_balancer_monitor_edit.php?id=<?=$mondex[$pool['monitor']];?>"><?=$pool['monitor'];?></a>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user