mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 18:14:42 +00:00
ipsec: simplify widget error case
This commit is contained in:
parent
16f4a4962f
commit
e4d1e84da5
@ -210,12 +210,7 @@ else {
|
||||
<table class="table table-striped" style="width:100%; border:0; cellpadding:0; cellspacing:0;">
|
||||
<tr>
|
||||
<td>
|
||||
<span class="red">
|
||||
<strong>
|
||||
<?= gettext('Note: There are no configured IPsec Tunnels') ?><br />
|
||||
</strong>
|
||||
</span>
|
||||
<?= sprintf(gettext('You can configure your IPsec %shere%s.'), '<a href="vpn_ipsec.php">', '</a>'); ?>
|
||||
<?= gettext('Note: There are no configured IPsec Tunnels') ?>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user