Commit 72ef0b01 authored by Ad Schellevis's avatar Ad Schellevis

whitespace, unused styles diag_ipsec_spd.php

parent 7a43d708
...@@ -61,13 +61,13 @@ legacy_html_escape_form_data($spd); ...@@ -61,13 +61,13 @@ legacy_html_escape_form_data($spd);
</tr> </tr>
<?php foreach ($spd as $sp): ?> <?php foreach ($spd as $sp): ?>
<tr> <tr>
<td class="listlr" valign="top"><?=$sp['srcid'];?></td> <td><?=$sp['srcid'];?></td>
<td class="listr" valign="top"><?=$sp['dstid'];?></td> <td><?=$sp['dstid'];?></td>
<td class="listr" valign="top"> <td>
<span class="glyphicon glyphicon-arrow-<?= $sp['dir'] == "in" ? "right" : "left";?>" aria-hidden="true"></span> <span class="glyphicon glyphicon-arrow-<?= $sp['dir'] == "in" ? "right" : "left";?>" aria-hidden="true"></span>
</td> </td>
<td class="listr" valign="top"><?=strtoupper($sp['proto']);?></td> <td><?=strtoupper($sp['proto']);?></td>
<td class="listr" valign="top"><?=$sp['src'];?> -> <?=$sp['dst'];?></td> <td><?=$sp['src'];?> -> <?=$sp['dst'];?></td>
</tr> </tr>
<?php endforeach; ?> <?php endforeach; ?>
<tr> <tr>
...@@ -81,7 +81,7 @@ legacy_html_escape_form_data($spd); ...@@ -81,7 +81,7 @@ legacy_html_escape_form_data($spd);
</tr> </tr>
<?php else: ?> <?php else: ?>
<tr> <tr>
<td colspan="5"> <td>
<p><strong><?= gettext("No IPsec security policies."); ?></strong></p> <p><strong><?= gettext("No IPsec security policies."); ?></strong></p>
</td> </td>
</tr> </tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment