Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
2022-10-24 01:01:10 +01:00
parent 614410e7b7
commit 0bc6c20a6d
166 changed files with 4250 additions and 1833 deletions

View File

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