mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Rule type icon should not change to 'X' when disabled
This commit is contained in:
parent
73a0719a28
commit
cdec7893fe
@ -279,7 +279,7 @@ foreach ($a_nat as $natent):
|
||||
</td>
|
||||
<td>
|
||||
<a href="?act=toggle&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'])) { ?>
|
||||
<i class="fa fa-hand-stop-o text-danger" title="<?=gettext("Negated: This rule excludes NAT from a later rule")?>"></i>
|
||||
<?php } ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user