mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #3730 from PiBa-NL/20170517-sort-virtualips
This commit is contained in:
commit
d6b030d732
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user