summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-01-19 16:27:29 -0200
committerRenato Botelho <renato@netgate.com>2016-01-19 16:27:29 -0200
commit20588da12385266f803c2d09fa80987f3d87eaa7 (patch)
tree6d72af4792d7802fc2771ef82c500f4799dc5916
parent8f385535518be48a1ba62f4123ec06ee9b11d776 (diff)
parent430845ce7dbad7a46ee4fdf1173e61396df07ef6 (diff)
downloadpfsense-20588da12385266f803c2d09fa80987f3d87eaa7.zip
pfsense-20588da12385266f803c2d09fa80987f3d87eaa7.tar.gz
Merge pull request #2481 from phil-davis/patch-2
-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