mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
Firewall/Menu, add category filter to menu, part of https://github.com/opnsense/core/issues/2182
This commit is contained in:
parent
0bd1d466f0
commit
5bc9fdfe55
@ -242,6 +242,10 @@ class MenuSystem
|
||||
'visiblename' => $descr,
|
||||
'order' => $ordid++,
|
||||
));
|
||||
$this->appendItem('Firewall.Rules.' . $key, 'Select' . $key, array(
|
||||
'url' => '/firewall_rules.php?if='. $key. '&*',
|
||||
'visibility' => 'hidden',
|
||||
));
|
||||
if ($key == 'FloatingRules') {
|
||||
$this->appendItem('Firewall.Rules.' . $key, 'Top' . $key, array(
|
||||
'url' => '/firewall_rules.php',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user