summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@gmail.com>2012-02-02 19:03:35 -0500
committerScott Ullrich <sullrich@gmail.com>2012-02-02 19:03:35 -0500
commit317b7e43bfeebd145af6f6db563dbf798cce3fbb (patch)
treed0aea3cdf5a0e57aca2b34c03903645064c6cae0 /usr
parent1d09d6dbcd80546aec7bc3a91d3c862b00662662 (diff)
downloadpfsense-317b7e43bfeebd145af6f6db563dbf798cce3fbb.zip
pfsense-317b7e43bfeebd145af6f6db563dbf798cce3fbb.tar.gz
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 1d09d6dbcd80546aec7bc3a91d3c862b00662662.
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/widgets/widgets/gateways.widget.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/local/www/widgets/widgets/gateways.widget.php b/usr/local/www/widgets/widgets/gateways.widget.php
index 64c9923..4abe524 100644
--- a/usr/local/www/widgets/widgets/gateways.widget.php
+++ b/usr/local/www/widgets/widgets/gateways.widget.php
@@ -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
OpenPOWER on IntegriCloud