summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_dhcp_leases.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/status_dhcp_leases.php')
-rw-r--r--src/usr/local/www/status_dhcp_leases.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/status_dhcp_leases.php b/src/usr/local/www/status_dhcp_leases.php
index 8f8be60..fe160c8 100644
--- a/src/usr/local/www/status_dhcp_leases.php
+++ b/src/usr/local/www/status_dhcp_leases.php
@@ -381,9 +381,9 @@ if (count($pools) > 0) {
<th><?=gettext("Hostname")?></th>
<th><?=gettext("Start")?></th>
<th><?=gettext("End")?></th>
- <th><?=gettext("Online")?></th>
- <th><?=gettext("Lease Type")?></th>
- <th><?=gettext("Actions")?></th>
+ <th data-sortable="false"><?=gettext("Online")?></th>
+ <th data-sortable="false"><?=gettext("Lease Type")?></th>
+ <th data-sortable="false"><?=gettext("Actions")?></th>
</tr>
</thead>
<tbody>
OpenPOWER on IntegriCloud