summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-19 23:07:07 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-19 23:07:07 +0545
commit430845ce7dbad7a46ee4fdf1173e61396df07ef6 (patch)
tree62f27829b01fe511650da135e1a055ba5d9943e5 /src
parent2ca3384c41e6acef05473b9d36995ae5c1770462 (diff)
downloadpfsense-430845ce7dbad7a46ee4fdf1173e61396df07ef6.zip
pfsense-430845ce7dbad7a46ee4fdf1173e61396df07ef6.tar.gz
Allow enable/disable rule for Firewall NAT Out
The code for it was all there, but the icon was hidden when the rule was enabled, so there was no wayto click to disable. It all works for me with just this small change.
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/firewall_nat_out.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_nat_out.php b/src/usr/local/www/firewall_nat_out.php
index 29dce5a..cb31869 100644
--- a/src/usr/local/www/firewall_nat_out.php
+++ b/src/usr/local/www/firewall_nat_out.php
@@ -354,7 +354,7 @@ print($form);
else:
?>
<a href="?act=toggle&amp;id=<?=$i?>">
- <i class="fa <?= ($iconfn == "pass") ? "fa-check":"fa-hidden"?>" title="<?=gettext("Click to toggle enabled/disabled status")?>"></i>
+ <i class="fa <?= ($iconfn == "pass") ? "fa-check":"fa-times"?>" title="<?=gettext("Click to toggle enabled/disabled status")?>"></i>
</a>
<?php
OpenPOWER on IntegriCloud