OpenVPN page sorting tweaks

(cherry picked from commit 41025f6094)
This commit is contained in:
jim-p 2019-11-21 13:36:15 -05:00
parent 3e42a12803
commit 53ede603a9
2 changed files with 3 additions and 3 deletions

View File

@ -677,7 +677,7 @@ else : // Not an 'add' or an 'edit'. Just the table of Override CSCs
<div class="panel panel-default">
<div class="panel-heading"><h2 class="panel-title"><?=gettext('CSC Overrides')?></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 sortable-theme-bootstrap table-rowdblclickedit" data-sortable>
<thead>
<tr>
<th><?=gettext("Disabled")?></th>

View File

@ -1537,7 +1537,7 @@ else:
<thead>
<tr>
<th><?=gettext("Interface")?></th>
<th><?=gettext("Protocol / Port")?></th>
<th data-sortable-type="alpha"><?=gettext("Protocol / Port")?></th>
<th><?=gettext("Tunnel Network")?></th>
<th><?=gettext("Crypto")?></th>
<th><?=gettext("Description")?></th>
@ -1554,7 +1554,7 @@ else:
<td>
<?=convert_openvpn_interface_to_friendly_descr($server['interface'])?>
</td>
<td>
<td data-value="<?=htmlspecialchars($server['local_port']) . '-' . htmlspecialchars($server['protocol'])?>">
<?=htmlspecialchars($server['protocol'])?> / <?=htmlspecialchars($server['local_port'])?>
</td>
<td>