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:
Scott Ullrich 2012-02-02 19:03:35 -05:00
parent 1d09d6dbcd
commit 317b7e43bf

View File

@ -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