summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-06-22 08:45:59 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-06-22 08:45:59 -0400
commit55f67b5abd9b809807e328477779d97120908273 (patch)
treefcbfa873953b88d6508af60a2a0e414099fce626 /src/usr/local/www/services_dhcp.php
parentd85d82b7686d5899948e6ec4b1587e74937820cf (diff)
downloadpfsense-55f67b5abd9b809807e328477779d97120908273.zip
pfsense-55f67b5abd9b809807e328477779d97120908273.tar.gz
Fixed #6504 by making table sortable
Diffstat (limited to 'src/usr/local/www/services_dhcp.php')
-rw-r--r--src/usr/local/www/services_dhcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dhcp.php b/src/usr/local/www/services_dhcp.php
index b1846ca..401f2f5 100644
--- a/src/usr/local/www/services_dhcp.php
+++ b/src/usr/local/www/services_dhcp.php
@@ -1323,7 +1323,7 @@ if (!is_numeric($pool) && !($act == "newpool")) {
<div class="panel panel-default">
<div class="panel-heading"><h2 class="panel-title"><?=gettext("DHCP Static Mappings for this Interface")?></h2></div>
<div class="table-responsive">
- <table class="table table-striped table-hover table-condensed">
+ <table class="table table-striped table-hover table-condensed sortable-theme-bootstrap" data-sortable>
<thead>
<tr>
<th><?=gettext("Static ARP")?></th>
OpenPOWER on IntegriCloud