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:47:21 -0400
commit384ffced2afdf11d1ef42ba6423f0776162f59c4 (patch)
tree660b9424c5a86450d8257fff12470319c3e09d15 /src/usr/local/www/services_dhcp.php
parentdf38ab932ebca0c3d3ed79ef2a5a377a03b673a5 (diff)
downloadpfsense-384ffced2afdf11d1ef42ba6423f0776162f59c4.zip
pfsense-384ffced2afdf11d1ef42ba6423f0776162f59c4.tar.gz
Fixed #6504 by making table sortable
(cherry picked from commit 55f67b5abd9b809807e328477779d97120908273)
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