mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
Update Picture to S3
This commit is contained in:
@@ -60,12 +60,6 @@
|
||||
// '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',
|
||||
@@ -78,6 +72,12 @@
|
||||
'perm' => 'cadet_list_see',
|
||||
'child' => null
|
||||
],
|
||||
'Images' => [
|
||||
'route' => 'admin.picture',
|
||||
'icon' => 'fas fa-images',
|
||||
'perm' => 'picture_see',
|
||||
'child' => null
|
||||
],
|
||||
'Logs' => [
|
||||
'route' => 'admin.stats.log',
|
||||
'icon' => 'fas fa-stream',
|
||||
|
||||
Reference in New Issue
Block a user