Revision ee3cc6d5
Added by Chris Buechler about 9 years ago
src/usr/local/www/firewall_nat_out.php | ||
---|---|---|
365 | 365 |
endif; |
366 | 366 |
?> |
367 | 367 |
<?php if (isset($natent['nonat'])): ?> |
368 |
<i class="fa fa-hand-stop-o text-danger" title="<?=gettext("Negated: This rule excludes NAT from a later rule")?>"></i>
|
|
368 |
<i class="fa fa-hand-stop-o text-danger" title="<?=gettext("Negated: Traffic matching this rule is not translated.")?>"></i>
|
|
369 | 369 |
<?php endif; ?> |
370 | 370 |
|
371 | 371 |
</td> |
Also available in: Unified diff
Clarify Negate option description on firewall_nat_out.php.