diff options
Diffstat (limited to 'src/usr')
-rw-r--r-- | src/usr/local/www/firewall_rules.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/firewall_rules.php b/src/usr/local/www/firewall_rules.php index 105f673..ee07f4f 100644 --- a/src/usr/local/www/firewall_rules.php +++ b/src/usr/local/www/firewall_rules.php @@ -443,7 +443,7 @@ $columns_in_table = 13; </tr> <?php endif;?> <?php if ($showprivate): ?> - <tr id="frrfc1918"> + <tr id="private"> <td></td> <td title="<?=gettext("traffic is blocked")?>"><i class="fa fa-times text-danger"></i></td> <td><?php print_states(intval(RFC1918_TRACKER)); ?></td> @@ -462,7 +462,7 @@ $columns_in_table = 13; </tr> <?php endif;?> <?php if ($showblockbogons): ?> - <tr id="frrfc1918"> + <tr id="bogons"> <td></td> <td title="<?=gettext("traffic is blocked")?>"><i class="fa fa-times text-danger"></i></td> <td><?php print_states(intval(BOGONS_TRACKER)); ?></td> |