This website requires JavaScript.
Explore
Help
Register
Sign In
mbk-lab
/
nextcloud
Watch
2
Star
0
Fork
You've already forked nextcloud
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
8cd1f023da
nextcloud
/
apps
/
dashboard
/
templates
/
index.php
5 lines
91 B
PHP
Raw
Normal View
History
Unescape
Escape
Add dashboard app Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-06-08 16:39:26 +03:00
<
?
php
Move to lazy panel registration during registration context Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-06-23 16:23:28 +03:00
\OCP\Util
::
addScript
(
'dashboard'
,
'dashboard'
);
Add dashboard app Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-06-08 16:39:26 +03:00
?>
Load sidebar on dashboard Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-08-05 08:51:24 +03:00
<
div
id
=
"
app-content-vue
"
></
div
>