summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-08-23 18:17:18 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-08-23 18:17:18 -0400
commitdef254087c5211647b329e049ab0ab867aec5a7d (patch)
tree715e003af23c47a6231db36bcbcd9672a5ad3def /usr/local
parent034b49187589503fc68eaf64b3b32aabde9420fc (diff)
downloadpfsense-def254087c5211647b329e049ab0ab867aec5a7d.zip
pfsense-def254087c5211647b329e049ab0ab867aec5a7d.tar.gz
Make sortable
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/diag_ipsec_sad.php2
-rwxr-xr-xusr/local/www/diag_ipsec_spd.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_ipsec_sad.php b/usr/local/www/diag_ipsec_sad.php
index 1e48e1c..4d67869 100755
--- a/usr/local/www/diag_ipsec_sad.php
+++ b/usr/local/www/diag_ipsec_sad.php
@@ -75,7 +75,7 @@ if ($_GET['act'] == "del") {
<tr>
<td>
<div id="mainarea">
- <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($sad)): ?>
<tr>
<td nowrap class="listhdrr">Source</td>
diff --git a/usr/local/www/diag_ipsec_spd.php b/usr/local/www/diag_ipsec_spd.php
index 2e2456f..a910cae 100755
--- a/usr/local/www/diag_ipsec_spd.php
+++ b/usr/local/www/diag_ipsec_spd.php
@@ -74,7 +74,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">Source</td>
OpenPOWER on IntegriCloud