mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
parent
3e42a12803
commit
53ede603a9
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user