summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_ipsec_spd.php
diff options
context:
space:
mode:
authorEvgeny Yurchenko <ey@tm-k.com>2011-06-05 16:09:59 -0400
committerEvgeny Yurchenko <ey@tm-k.com>2011-06-05 16:09:59 -0400
commit79633b6c1886aeb71d236d2702d15cd050377833 (patch)
tree51f26f3d7e9c3d2a87826d456e17eabf752de727 /usr/local/www/diag_ipsec_spd.php
parent8527bc02a6b8b1ce89dbeeb0e333747419224b90 (diff)
downloadpfsense-79633b6c1886aeb71d236d2702d15cd050377833.zip
pfsense-79633b6c1886aeb71d236d2702d15cd050377833.tar.gz
Reverting class="sortable" damaged by commit 17d5077f61d963178f47e016b8768b768800ba68
Diffstat (limited to 'usr/local/www/diag_ipsec_spd.php')
-rwxr-xr-xusr/local/www/diag_ipsec_spd.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/local/www/diag_ipsec_spd.php b/usr/local/www/diag_ipsec_spd.php
index ad6749a..4de5a7f 100755
--- a/usr/local/www/diag_ipsec_spd.php
+++ b/usr/local/www/diag_ipsec_spd.php
@@ -80,7 +80,7 @@ $spd = ipsec_dump_spd();
<tr>
<td>
<div id="mainarea" style="background:#eeeeee">
- <table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0">
+ <table class="tabcont sortable" width="100%" border="0" cellpadding="6" cellspacing="0">
<?php if (count($spd)): ?>
<tr>
<td nowrap class="listhdrr"><?= gettext("Source"); ?></td>
@@ -112,7 +112,8 @@ $spd = ipsec_dump_spd();
</tr>
<?php endforeach; ?>
</table>
- <table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="6">
+ <br>
+ <table class="tabcont" border="0" cellspacing="0" cellpadding="6">
<tr>
<td width="16"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_in.gif" width="11" height="11"></td>
<td><?= gettext("incoming (as seen by firewall)"); ?></td>
OpenPOWER on IntegriCloud