summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_hostname.php
diff options
context:
space:
mode:
authorplumbeo <plumbeo@users.noreply.github.com>2016-12-21 22:37:23 +0100
committerSteve Beaver <sbeaver@netgate.com>2016-12-21 16:48:09 -0500
commit5c2cfdbde91db59b9245d8084421eff39e0964f4 (patch)
treeb858d496d951eed50da415ed6366681e641af7c8 /src/usr/local/www/services_captiveportal_hostname.php
parent3e2678ac6d9930cec7db4411098c3baf82206d22 (diff)
downloadpfsense-5c2cfdbde91db59b9245d8084421eff39e0964f4.zip
pfsense-5c2cfdbde91db59b9245d8084421eff39e0964f4.tar.gz
Captive portal: convert tables to sortable tables
Convert the used vouchers table from the old GET order method to a sortable table, and make the other tables (allowed IPs, hostnames, zones) sortable too. (cherry picked from commit 0122f1d05b24ff8160b9ec42af382185572788c4)
Diffstat (limited to 'src/usr/local/www/services_captiveportal_hostname.php')
-rw-r--r--src/usr/local/www/services_captiveportal_hostname.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_captiveportal_hostname.php b/src/usr/local/www/services_captiveportal_hostname.php
index 8f16e7b..e349660 100644
--- a/src/usr/local/www/services_captiveportal_hostname.php
+++ b/src/usr/local/www/services_captiveportal_hostname.php
@@ -143,12 +143,12 @@ $tab_array[] = array(gettext("File Manager"), false, "services_captiveportal_fil
display_top_tabs($tab_array, true);
?>
<div class="table-responsive">
- <table class="table table-hover table-striped table-condensed table-rowdblclickedit">
+ <table class="table table-hover table-striped table-condensed table-rowdblclickedit sortable-theme-bootstrap" data-sortable>
<thead>
<tr>
<th><?=gettext("Hostname"); ?></th>
<th><?=gettext("Description"); ?></th>
- <th><?=gettext("Actions"); ?></th>
+ <th data-sortable="false"><?=gettext("Actions"); ?></th>
</tr>
</thead>
OpenPOWER on IntegriCloud