summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2016-12-09 14:46:16 -0500
committerSteve Beaver <sbeaver@netgate.com>2016-12-09 14:46:47 -0500
commitcdec7893fe72e7ff97d8111f5a7bbbd2719f06ec (patch)
tree4d887154081f77e31753a00e8471ab51639a7dcc
parent73a0719a288ede1cd1366c945156339a68e97cf6 (diff)
downloadpfsense-cdec7893fe72e7ff97d8111f5a7bbbd2719f06ec.zip
pfsense-cdec7893fe72e7ff97d8111f5a7bbbd2719f06ec.tar.gz
Rule type icon should not change to 'X' when disabled
-rw-r--r--src/usr/local/www/firewall_nat.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_nat.php b/src/usr/local/www/firewall_nat.php
index 6621108..369d366 100644
--- a/src/usr/local/www/firewall_nat.php
+++ b/src/usr/local/www/firewall_nat.php
@@ -279,7 +279,7 @@ foreach ($a_nat as $natent):
</td>
<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>
+ <i class="fa fa-check" title="<?=gettext("click to toggle enabled/disabled status")?>"></i>
<?php if (isset($natent['nordr'])) { ?>
&nbsp;<i class="fa fa-hand-stop-o text-danger" title="<?=gettext("Negated: This rule excludes NAT from a later rule")?>"></i>
<?php } ?>
OpenPOWER on IntegriCloud