mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
Update dashboard
This commit is contained in:
@@ -35,12 +35,12 @@ $sidebar = [
|
||||
'perm' => 'course_see_all',
|
||||
'child' => null
|
||||
],
|
||||
'Fichier' => [
|
||||
'route' => 'admin.instruction.files',
|
||||
'icon' => 'fas fa-folder',
|
||||
'perm' => null,
|
||||
'child' => null
|
||||
],
|
||||
//'Fichier' => [
|
||||
// 'route' => 'admin.instruction.files',
|
||||
// 'icon' => 'fas fa-folder',
|
||||
// 'perm' => null,
|
||||
// 'child' => null
|
||||
//],
|
||||
'Statistiques' => [
|
||||
'route' => 'admin.stats.instruction',
|
||||
'icon' => 'fas fa-chart-line',
|
||||
@@ -54,30 +54,30 @@ $sidebar = [
|
||||
'icon' => 'recent_actors',
|
||||
'perm' => null,
|
||||
'child' => [
|
||||
'Articles' => [
|
||||
'route' => 'admin.article',
|
||||
'icon' => 'fas fa-newspaper',
|
||||
'perm' => 'article_see',
|
||||
'child' => null
|
||||
],
|
||||
'Images' => [
|
||||
'route' => 'admin.picture',
|
||||
'icon' => 'fas fa-images',
|
||||
'perm' => 'picture_see',
|
||||
'child' => null
|
||||
],
|
||||
//'Articles' => [
|
||||
// 'route' => 'admin.article',
|
||||
// 'icon' => 'fas fa-newspaper',
|
||||
// 'perm' => 'article_see',
|
||||
// 'child' => null
|
||||
//],
|
||||
//'Images' => [
|
||||
// 'route' => 'admin.picture',
|
||||
// 'icon' => 'fas fa-images',
|
||||
// 'perm' => 'picture_see',
|
||||
// 'child' => null
|
||||
//],
|
||||
'Utilisateurs' => [
|
||||
'route' => 'admin.users',
|
||||
'icon' => 'fas fa-users',
|
||||
'perm' => 'user_see',
|
||||
'child' => null
|
||||
],
|
||||
'Liste nominative' => [
|
||||
'route' => 'admin.users',
|
||||
'icon' => 'fas fa-address-book',
|
||||
'perm' => 'cadet_list_see',
|
||||
'child' => null
|
||||
],
|
||||
//'Liste nominative' => [
|
||||
// 'route' => 'admin.users',
|
||||
// 'icon' => 'fas fa-address-book',
|
||||
// 'perm' => 'cadet_list_see',
|
||||
// 'child' => null
|
||||
//],
|
||||
'Logs' => [
|
||||
'route' => 'admin.stats.log',
|
||||
'icon' => 'fas fa-stream',
|
||||
@@ -86,12 +86,12 @@ $sidebar = [
|
||||
],
|
||||
]
|
||||
],
|
||||
'Fichiers' => [
|
||||
'route' => null,
|
||||
'icon' => 'folder',
|
||||
'perm' => 'file_see',
|
||||
'child' => \App\GoogleDriveFile::getSidebarFile(),
|
||||
],
|
||||
//'Fichiers' => [
|
||||
// 'route' => null,
|
||||
// 'icon' => 'folder',
|
||||
// 'perm' => 'file_see',
|
||||
// 'child' => \App\GoogleDriveFile::getSidebarFile(),
|
||||
//],
|
||||
'Configuration' => [
|
||||
'route' => null,
|
||||
'icon' => 'menu_book',
|
||||
@@ -127,12 +127,12 @@ $sidebar = [
|
||||
'perm' => 'config_edit_job',
|
||||
'child' => null
|
||||
],
|
||||
'Fichier' => [
|
||||
'route' => 'admin.config.files',
|
||||
'icon' => 'fas fa-folder',
|
||||
'perm' => 'config_edit_files',
|
||||
'child' => null
|
||||
],
|
||||
//'Fichier' => [
|
||||
// 'route' => 'admin.config.files',
|
||||
// 'icon' => 'fas fa-folder',
|
||||
// 'perm' => 'config_edit_files',
|
||||
// 'child' => null
|
||||
//],
|
||||
'Apparence' => [
|
||||
'route' => 'admin.config.customisation',
|
||||
'icon' => 'fas fa-palette',
|
||||
|
||||
Reference in New Issue
Block a user