Fix load balancer status widget uptime percentage display. Fixes #5959

This commit is contained in:
jim-p 2016-03-07 10:43:25 -05:00
parent 52f1c78779
commit 4af2649f7f

View File

@ -160,7 +160,7 @@ if (!$nentries) {
<td><?=$server['ip']['addr']?>:<?=$pool['port']?></td>
<td>
<?php if ($server['ip']['avail']): ?>
({$server['ip']['avail']})
&nbsp;(<?= $server['ip']['avail'] ?>)
<?php endif; ?>
</td>
</tr>