mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-28 06:06:51 +01:00
adminmenus update
moved visitors links to the logs section.
This commit is contained in:
@@ -12,7 +12,6 @@ return [
|
|||||||
],
|
],
|
||||||
['name' => 'Menus', 'icon' => 'list', 'link' => 'menus'],
|
['name' => 'Menus', 'icon' => 'list', 'link' => 'menus'],
|
||||||
['name' => 'Plugins', 'icon' => 'plug', 'link' => 'plugins'],
|
['name' => 'Plugins', 'icon' => 'plug', 'link' => 'plugins'],
|
||||||
['name' => 'Visitors', 'icon' => 'user', 'link' => 'visitors'],
|
|
||||||
['name' => 'Server Data', 'icon' => 'gavel', 'link' => 'data'],
|
['name' => 'Server Data', 'icon' => 'gavel', 'link' => 'data'],
|
||||||
['name' => 'Editor', 'icon' => 'edit', 'link' =>
|
['name' => 'Editor', 'icon' => 'edit', 'link' =>
|
||||||
[
|
[
|
||||||
@@ -30,6 +29,7 @@ return [
|
|||||||
[
|
[
|
||||||
['name' => 'Logs', 'link' => 'logs'],
|
['name' => 'Logs', 'link' => 'logs'],
|
||||||
['name' => 'Reports', 'link' => 'reports'],
|
['name' => 'Reports', 'link' => 'reports'],
|
||||||
|
['name' => 'Visitors', 'icon' => 'user', 'link' => 'visitors'],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
Reference in New Issue
Block a user