mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Show all tunnels regardless of how many are actually up, we have a cool yellow status indicator showing tunnel status, let's show it instead of "no associations" message
This commit is contained in:
parent
d58d04c3ee
commit
edceabce0d
@ -75,7 +75,6 @@ $sad = ipsec_dump_sad();
|
||||
<td>
|
||||
<div id="mainarea">
|
||||
<table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0">
|
||||
<?php if (count($sad)): ?>
|
||||
<tr>
|
||||
<td nowrap class="listhdrr">Local IP</td>
|
||||
<td nowrap class="listhdrr">Remote IP</a></td>
|
||||
@ -117,15 +116,6 @@ $sad = ipsec_dump_sad();
|
||||
}
|
||||
}
|
||||
?>
|
||||
<?php else: ?>
|
||||
<tr>
|
||||
<td>
|
||||
<p>
|
||||
<strong>No IPsec security associations.</strong>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<?php endif; ?>
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
<p>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user