summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/widgets
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2015-11-25 16:20:11 -0600
committerJared Dillard <jdillard@netgate.com>2015-11-25 16:20:11 -0600
commitc9de24a04e8edda4b29c650368bea1c6f5917e47 (patch)
tree61d96fac3421106a6d1dca82ebbb1e5c9b09cddf /src/usr/local/www/widgets
parentda145384e08917796deb4a69babe0226df4ebf1e (diff)
downloadpfsense-c9de24a04e8edda4b29c650368bea1c6f5917e47.zip
pfsense-c9de24a04e8edda4b29c650368bea1c6f5917e47.tar.gz
change reject icon to hand
Diffstat (limited to 'src/usr/local/www/widgets')
-rw-r--r--src/usr/local/www/widgets/widgets/log.widget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/widgets/widgets/log.widget.php b/src/usr/local/www/widgets/widgets/log.widget.php
index 35dd074..5c2f9f1 100644
--- a/src/usr/local/www/widgets/widgets/log.widget.php
+++ b/src/usr/local/www/widgets/widgets/log.widget.php
@@ -149,7 +149,7 @@ else
if ($filterent['act'] == "block")
$iconfn = "times";
else if ($filterent['act'] == "reject")
- $iconfn = "fire";
+ $iconfn = "hand-stop-o";
else if ($filterent['act'] == "match")
$iconfn = "filter";
else
OpenPOWER on IntegriCloud