summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-02-02 11:13:40 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-02-02 11:14:07 -0500
commit250061b0997147eda9ff04e6ae7faa228dd1a661 (patch)
tree50a903d4ff8bb868c27a906ab2cc5ef110c63d45 /src
parentdffb71885cc84c0ce3cc311105f1eac8e31bc6e3 (diff)
downloadpfsense-250061b0997147eda9ff04e6ae7faa228dd1a661.zip
pfsense-250061b0997147eda9ff04e6ae7faa228dd1a661.tar.gz
Per #4195
Alias table is now sortable
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/firewall_aliases.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_aliases.php b/src/usr/local/www/firewall_aliases.php
index 1911548..4f422dd 100644
--- a/src/usr/local/www/firewall_aliases.php
+++ b/src/usr/local/www/firewall_aliases.php
@@ -216,7 +216,7 @@ display_top_tabs($tab_array);
<div class="panel-body">
<div class="table-responsive">
-<table class="table table-striped table-hover">
+<table class="table table-striped table-hover table-condensed sortable-theme-bootstrap" data-sortable>
<thead>
<tr>
<th><?=gettext("Name")?></th>
OpenPOWER on IntegriCloud