summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-02-04 07:45:44 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-02-04 07:45:44 -0500
commit92ac27e2169e2b99cc863b8dd39828d4b1dcb392 (patch)
treece7f68c57e70a8370fa01a6bd71f0cb5b0ce9e8c /src
parent4101aef9322dd73f4da90cc09d418ed9c53111de (diff)
downloadpfsense-92ac27e2169e2b99cc863b8dd39828d4b1dcb392.zip
pfsense-92ac27e2169e2b99cc863b8dd39828d4b1dcb392.tar.gz
Merger PR 2583 but retained non-sortable actions column
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/status_dhcp_leases.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/status_dhcp_leases.php b/src/usr/local/www/status_dhcp_leases.php
index c8fd45a..41bce34 100644
--- a/src/usr/local/www/status_dhcp_leases.php
+++ b/src/usr/local/www/status_dhcp_leases.php
@@ -384,7 +384,7 @@ if (count($pools) > 0) {
<th><?=gettext("End")?></th>
<th><?=gettext("Online")?></th>
<th><?=gettext("Lease Type")?></th>
- <th><?=gettext("Actions")?></th>
+ <th data-sortable="false"><?=gettext("Actions")?></th>
</tr>
</thead>
<tbody>
OpenPOWER on IntegriCloud