summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_dump_states.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-08-23 17:41:22 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-08-23 17:41:22 -0400
commit3473bb6a59f0a97801030435122b5f73893e6fba (patch)
tree6a1d3aaaadf368b30afc69a4e906a06cde62db63 /usr/local/www/diag_dump_states.php
parentb2d9323d9d6ca079d701412a4f7a928ec9e92a1a (diff)
downloadpfsense-3473bb6a59f0a97801030435122b5f73893e6fba.zip
pfsense-3473bb6a59f0a97801030435122b5f73893e6fba.tar.gz
Turn common tabular data areas into sortable items. Revert the sortable.js change that used tabcont and change back to sortable
Diffstat (limited to 'usr/local/www/diag_dump_states.php')
-rwxr-xr-xusr/local/www/diag_dump_states.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_dump_states.php b/usr/local/www/diag_dump_states.php
index aa8fef0..6c56b2f 100755
--- a/usr/local/www/diag_dump_states.php
+++ b/usr/local/www/diag_dump_states.php
@@ -122,7 +122,7 @@ include("head.inc");
$current_statecount=`pfctl -si | grep "current entries" | awk '{ print $3 }'`;
?>
-<table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="0">
+<table class="tabcont sortable" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<form action="<?=$_SERVER['SCRIPT_NAME'];?>" method="get">
OpenPOWER on IntegriCloud