mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 10:04:41 +00:00
(ipsec) do not show Peer identifier for mobile clients, not used
This commit is contained in:
parent
2cc1c4a990
commit
0dd120ff1a
@ -716,6 +716,8 @@ endforeach; ?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
if (empty($pconfig['mobile'])):?>
|
||||
<tr class="auth_opt auth_eap_tls auth_psk">
|
||||
<td ><i class="fa fa-info-circle text-muted"></i> <?=gettext("Peer identifier"); ?></td>
|
||||
<td>
|
||||
@ -747,6 +749,8 @@ endforeach; ?>
|
||||
} ?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
endif;?>
|
||||
<tr class="auth_opt auth_psk">
|
||||
<td ><a id="help_for_psk" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("Pre-Shared Key"); ?></td>
|
||||
<td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user