summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authorPiBa-NL <pba_2k3@yahoo.com>2017-05-17 20:21:28 +0200
committerPiBa-NL <pba_2k3@yahoo.com>2017-05-17 20:21:28 +0200
commit77c53e65fb7d4f40baec5c01a796a637c9cc5034 (patch)
treef40e5e1bf5a1080ff94327d919fa9fc4687939ff /src/usr/local
parenta828f612483026a361c879973700a043ff7b223b (diff)
downloadpfsense-77c53e65fb7d4f40baec5c01a796a637c9cc5034.zip
pfsense-77c53e65fb7d4f40baec5c01a796a637c9cc5034.tar.gz
virtualips, ability to sort the table
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/firewall_virtual_ip.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_virtual_ip.php b/src/usr/local/www/firewall_virtual_ip.php
index 476d71d..e24a26d 100644
--- a/src/usr/local/www/firewall_virtual_ip.php
+++ b/src/usr/local/www/firewall_virtual_ip.php
@@ -250,7 +250,7 @@ display_top_tabs($tab_array);
<div class="panel panel-default">
<div class="panel-heading"><h2 class="panel-title"><?=gettext('Virtual IP Address')?></h2></div>
<div class="panel-body table-responsive">
- <table class="table table-striped table-hover table-condensed table-rowdblclickedit">
+ <table class="table table-striped table-hover table-condensed table-rowdblclickedit sortable-theme-bootstrap" data-sortable>
<thead>
<tr>
<th><?=gettext("Virtual IP address")?></th>
OpenPOWER on IntegriCloud