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 20:50:15 -0500
commit1f40cc7d3ff1de331745a1ff848eb59c84d0f76f (patch)
tree2d2f0cd1992708e9650b5734e533265db0c72b5d /src/usr/local/www/services_captiveportal_hostname.php
parent3dc2d0f17790001c00ab846e844cd8cab4f5af53 (diff)
downloadpfsense-1f40cc7d3ff1de331745a1ff848eb59c84d0f76f.zip
pfsense-1f40cc7d3ff1de331745a1ff848eb59c84d0f76f.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.
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 7de5912..736e65e 100644
--- a/src/usr/local/www/services_captiveportal_hostname.php
+++ b/src/usr/local/www/services_captiveportal_hostname.php
@@ -112,12 +112,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