<span class="fa fa-times-circle text-danger"></span>
<span class="f afa-times-circle text-muted"></span>
--- firewall_rules.php.orig 2018-08-09 16:19:58.929729000 -0700+++ firewall_rules.php 2018-08-09 16:20:21.632562000 -0700@@ -440,7 +440,7 @@ } elseif ($filterent['type'] == "reject" && empty($filterent['disabled'])) { $iconfn = "fa fa-times-circle text-danger"; } elseif ($filterent['type'] == "reject" && !empty($filterent['disabled'])) {- $iconfn = "f afa-times-circle text-muted";+ $iconfn = "fa fa-times-circle text-muted"; } elseif (empty($filterent['disabled'])) { $iconfn = "fa fa-play text-success"; } else {