mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
MFC 9581
Fix description field being to far to the right if you aren't using static ports
This commit is contained in:
parent
0de811c796
commit
3ea05ff4db
@ -313,9 +313,9 @@ include("head.inc");
|
||||
<td class="listr" onClick="fr_toggle(<?=$nnats;?>)" id="frd<?=$nnats;?>" ondblclick="document.location='firewall_nat_out_edit.php?id=<?=$nnats;?>';">
|
||||
<?php
|
||||
if(isset($natent['staticnatport']))
|
||||
echo "<CENTER>*</CENTER>";
|
||||
echo "<CENTER>YES</CENTER>";
|
||||
else
|
||||
echo " ";
|
||||
echo "<CENTER>NO</CENTER>";
|
||||
?>
|
||||
</td>
|
||||
<td class="listbg" onClick="fr_toggle(<?=$nnats;?>)" ondblclick="document.location='firewall_nat_out_edit.php?id=<?=$nnats;?>';">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user