Add dashboard widgets

This commit is contained in:
2020-06-27 04:49:55 +01:00
parent 5a8c080a31
commit 71efdf93d8
4 changed files with 258 additions and 26 deletions

View File

@@ -208,6 +208,11 @@ return [
*/
'menu' => [
[
'text' => 'Home',
'icon' => 'fas fa-home',
'url' => 'dashboard'
],
[
'header' => 'Applications',
'can' => 'applications.view.own'
@@ -494,6 +499,22 @@ return [
'location' => '/js/datepick.js'
]
]
],
[
'name' => 'Fullcalendar',
'active' => true,
'files' => [
[
'type' => 'js',
'asset' => false,
'location' => 'https://cdn.jsdelivr.net/npm/fullcalendar@5.0.1/main.min.js',
],
[
'type' => 'css',
'asset' => false,
'location' => 'https://cdn.jsdelivr.net/npm/fullcalendar@5.0.1/main.min.css'
]
]
]
],
];