Revert "merge 1"

This reverts commit 0bc6c20a6d.
This commit is contained in:
2022-10-24 01:03:43 +01:00
parent 0bc6c20a6d
commit 0c463d1f10
166 changed files with 1849 additions and 4266 deletions

View File

@@ -230,12 +230,13 @@ return [
[
'text' => 'm_home',
'icon' => 'fas fa-home',
'url' => '/',
'url' => 'dashboard',
],
[
'text' => 'Dashboard',
'icon' => 'fas fa-tachometer-alt',
'url' => '/dashboard'
'text' => 'm_directory',
'icon' => 'fas fa-users',
'url' => 'users/directory',
'can' => 'profiles.view.others',
],
[
'header' => 'h_applications',
@@ -385,16 +386,16 @@ return [
[
'text' => 'm_devtools',
'icon' => 'fas fa-code',
'route' => 'devTools',
'url' => '/admin/devtools',
'can' => 'admin.developertools.use',
],
],
],
[
'text' => 'App logs',
'url' => '/admin/developers/logs',
'text' => 'm_s_logs',
'url' => '/admin/maintenance/system-logs',
'icon' => 'fas fa-clipboard-list',
'can' => 'admin.developertools.use',
'can' => 'admin.maintenance.logs.view',
],
],