mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Revert "Combine RTT and Loss so that IPV6 addresses do not cause spillage into other widgets." - until I find the code that does ajax as well.
This reverts commit 1d09d6dbcd.
This commit is contained in:
parent
1d09d6dbcd
commit
317b7e43bf
@ -44,7 +44,8 @@ $counter = 1;
|
||||
<tr>
|
||||
<td width="10%" class="listhdrr">Name</td>
|
||||
<td width="10%" class="listhdrr">Gateway</td>
|
||||
<td width="10%" class="listhdrr">RTT / Loss</td>
|
||||
<td width="10%" class="listhdrr">RTT</td>
|
||||
<td width="10%" class="listhdrr">Loss</td>
|
||||
<td width="30%" class="listhdrr">Status</td>
|
||||
</tr>
|
||||
<?php foreach ($a_gateways as $gname => $gateway) { ?>
|
||||
@ -68,7 +69,8 @@ $counter = 1;
|
||||
echo gettext("Gathering data");
|
||||
?>
|
||||
<?php $counter++; ?>
|
||||
/
|
||||
</td>
|
||||
<td class="listr" align="center" id="gateway<?= $counter; ?>">
|
||||
<?php if ($gateways_status[$gname])
|
||||
echo $gateways_status[$gname]['loss'];
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user