diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-08-05 15:43:36 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-08-05 15:43:36 -0400 |
commit | 282f7bfc206e6929362cc8fb0d59962f93821758 (patch) | |
tree | d2a5b9e425731dd3c62d7e801a4d11821ec1f3df /usr | |
parent | 1cad154abb28513aa0074a0fac8739de7144c6b2 (diff) | |
download | pfsense-282f7bfc206e6929362cc8fb0d59962f93821758.zip pfsense-282f7bfc206e6929362cc8fb0d59962f93821758.tar.gz |
No need to set sortable class for this page, it ends up with a javascript error
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/services_dhcp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php index c3889c0..dd64b82 100755 --- a/usr/local/www/services_dhcp.php +++ b/usr/local/www/services_dhcp.php @@ -817,7 +817,7 @@ include("head.inc"); </td> </tr> </table> - <table class="tabcont sortable" width="100%" border="0" cellpadding="0" cellspacing="0"> + <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="25%" class="listhdrr"><?=gettext("MAC address");?></td> <td width="15%" class="listhdrr"><?=gettext("IP address");?></td> |