summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_1to1.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-13 12:53:17 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-13 12:53:45 -0500
commit1716852ac3f818dc9fb22f3e4f7eb4301296a3c0 (patch)
tree86c5ee0c7f847fb8cf80198dd6cce17641257052 /src/usr/local/www/firewall_nat_1to1.php
parent471e7c3ac7276568c0fea726d699fb63dd87d3eb (diff)
downloadpfsense-1716852ac3f818dc9fb22f3e4f7eb4301296a3c0.zip
pfsense-1716852ac3f818dc9fb22f3e4f7eb4301296a3c0.tar.gz
Fixed #3887
Diffstat (limited to 'src/usr/local/www/firewall_nat_1to1.php')
-rw-r--r--src/usr/local/www/firewall_nat_1to1.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/local/www/firewall_nat_1to1.php b/src/usr/local/www/firewall_nat_1to1.php
index 4875f1f..071e27d 100644
--- a/src/usr/local/www/firewall_nat_1to1.php
+++ b/src/usr/local/www/firewall_nat_1to1.php
@@ -209,6 +209,9 @@ display_top_tabs($tab_array);
<td>
<a href="?act=toggle&amp;id=<?=$i?>">
<i class="fa <?= ($iconfn == "pass") ? "fa-check":"fa-times"?>" title="<?=gettext("click to toggle enabled/disabled status")?>"></i>
+<?php if (isset($natent['nobinat'])) { ?>
+ &nbsp;<i class="fa fa-hand-paper-o text-danger" title="<?=gettext("Negated: This rule excludes a NAT from a later rule")?>"></i>
+<?php } ?>
</a>
</td>
<td>
OpenPOWER on IntegriCloud