mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
interfaces: menu fix for multiple interface use in groups
This commit is contained in:
parent
8d3977cd1e
commit
2ed21f1b2a
@ -266,13 +266,13 @@ class MenuSystem
|
||||
}
|
||||
}
|
||||
|
||||
foreach ($ifgroups as $key => $groupings) {
|
||||
foreach ($groupings as $grouping) {
|
||||
foreach ($ifgroups as $key => $groupings) {
|
||||
foreach ($groupings as $grouping) {
|
||||
$this->appendItem('Interfaces.' . $grouping, $key, array(
|
||||
'url' => '/interfaces.php?if=' . $key,
|
||||
'url' => '/interfaces.php?group=' . $grouping . '&if=' . $key,
|
||||
'visiblename' => '[' . $iftargets['if'][$key] . ']',
|
||||
));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$ordid = 100;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user