mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix load balancer status widget uptime percentage display. Fixes #5959
This commit is contained in:
parent
52f1c78779
commit
4af2649f7f
@ -160,7 +160,7 @@ if (!$nentries) {
|
||||
<td><?=$server['ip']['addr']?>:<?=$pool['port']?></td>
|
||||
<td>
|
||||
<?php if ($server['ip']['avail']): ?>
|
||||
({$server['ip']['avail']})
|
||||
(<?= $server['ip']['avail'] ?>)
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user