summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-02-21 16:30:42 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-02-21 16:30:42 -0300
commit5d764d64b999cd2f1c9b00c62771a18e05b52025 (patch)
tree9e50101171dc423becce01507bb023a01bcc432d /usr/local/www/firewall_nat_out.php
parent3202763c8bdd2cd6821be7bc21829085548cc504 (diff)
downloadpfsense-5d764d64b999cd2f1c9b00c62771a18e05b52025.zip
pfsense-5d764d64b999cd2f1c9b00c62771a18e05b52025.tar.gz
Insert new NAT rules on the top of the list when top plus icon is used. Fixes #1118
Diffstat (limited to 'usr/local/www/firewall_nat_out.php')
-rwxr-xr-xusr/local/www/firewall_nat_out.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php
index 02ef317..5c445ed 100755
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -362,7 +362,7 @@ include("head.inc");
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<td width="17"></td>
- <td><a href="firewall_nat_out_edit.php"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0" title="<?=gettext("add new mapping");?>"></a></td>
+ <td><a href="firewall_nat_out_edit.php?after=-1"><img src="/themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0" title="<?=gettext("add new mapping");?>"></a></td>
</tr>
</table>
</td>
OpenPOWER on IntegriCloud