summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dnsmasq.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-10 09:16:11 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-10 09:17:43 -0500
commit10fe1eb50b7af073098bd72681ec49c1ccb11103 (patch)
tree358ebf1847581b43a3fb473e7085b7bd7323920e /src/usr/local/www/services_dnsmasq.php
parent67e58c2c7854b80f52e2092ee15684c205b6486b (diff)
downloadpfsense-10fe1eb50b7af073098bd72681ec49c1ccb11103.zip
pfsense-10fe1eb50b7af073098bd72681ec49c1ccb11103.tar.gz
Completes #5400, #3999, #5405
Mote: New ticket will be opened to provide IP address sorting
Diffstat (limited to 'src/usr/local/www/services_dnsmasq.php')
-rw-r--r--src/usr/local/www/services_dnsmasq.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/services_dnsmasq.php b/src/usr/local/www/services_dnsmasq.php
index 8f263b7..1d77551 100644
--- a/src/usr/local/www/services_dnsmasq.php
+++ b/src/usr/local/www/services_dnsmasq.php
@@ -355,7 +355,7 @@ print_info_box(sprintf("If the DNS forwarder is enabled, the DHCP".
<div class="panel panel-default">
<div class="panel-heading"><h2 class="panel-title"><?=gettext("Host Overrides")?></h2></div>
<div class="panel-body 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("Host")?></th>
@@ -434,7 +434,7 @@ print_info_box(gettext("Entries in this section override individual results from
<div class="panel panel-default">
<div class="panel-heading"><h2 class="panel-title"><?=gettext("Domain Overrides")?></h2></div>
<div class="panel-body 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("Domain")?></th>
OpenPOWER on IntegriCloud