Don't use usepost on firewall_rules.php for the tabs.

This commit is contained in:
jim-p 2017-03-30 11:49:27 -04:00
parent fe255e9938
commit e4e78af3ff

View File

@ -332,7 +332,7 @@ if (is_subsystem_dirty('filter')) {
print_apply_box(gettext("The firewall rule configuration has been changed.") . "<br />" . gettext("The changes must be applied for them to take effect."));
}
display_top_tabs($tab_array, false, 'pills', "usepost");
display_top_tabs($tab_array, false, 'pills');
$showantilockout = false;
$showprivate = false;