summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_dhcp_leases.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_dhcp_leases.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_dhcp_leases.php')
-rwxr-xr-xusr/local/www/diag_dhcp_leases.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_dhcp_leases.php b/usr/local/www/diag_dhcp_leases.php
index 0233e95..c79f309 100755
--- a/usr/local/www/diag_dhcp_leases.php
+++ b/usr/local/www/diag_dhcp_leases.php
@@ -278,7 +278,7 @@ if ($_GET['order'])
/* only print pool status when we have one */
if(count($pools) > 0) {
?>
-<table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
+<table class="tabcont sortable" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="listhdrr">Failover Group</a></td>
<td class="listhdrr">My State</a></td>
OpenPOWER on IntegriCloud