summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_ipsec_spd.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/diag_ipsec_spd.php')
-rwxr-xr-xusr/local/www/diag_ipsec_spd.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/local/www/diag_ipsec_spd.php b/usr/local/www/diag_ipsec_spd.php
index 4de5a7f..ad6749a 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 sortable" width="100%" border="0" cellpadding="6" cellspacing="0">
+ <table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0">
<?php if (count($spd)): ?>
<tr>
<td nowrap class="listhdrr"><?= gettext("Source"); ?></td>
@@ -112,8 +112,7 @@ $spd = ipsec_dump_spd();
</tr>
<?php endforeach; ?>
</table>
- <br>
- <table class="tabcont" border="0" cellspacing="0" cellpadding="6">
+ <table class="tabcont" width="100%" 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