diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-07-15 12:06:13 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2015-08-07 01:22:42 +0200 |
commit | 9854e71d2c83bd5f74a4798be1547e75112d5a41 (patch) | |
tree | 39a4104d2056c5af09f498f83560d0691c4e6f2e /apps/files/index.php | |
parent | 43888bb9bf46928acfe79084377b96133609ef6c (diff) | |
download | nextcloud-server-9854e71d2c83bd5f74a4798be1547e75112d5a41.tar.gz nextcloud-server-9854e71d2c83bd5f74a4798be1547e75112d5a41.zip |
Basic work for right sidebar
Adds right sidebar with registrable panels (still WIP)
Diffstat (limited to 'apps/files/index.php')
-rw-r--r-- | apps/files/index.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files/index.php b/apps/files/index.php index 4f103f975cb..1cb7c16ce6b 100644 --- a/apps/files/index.php +++ b/apps/files/index.php @@ -50,6 +50,12 @@ OCP\Util::addscript('files', 'search'); \OCP\Util::addScript('files', 'tagsplugin'); \OCP\Util::addScript('files', 'favoritesplugin'); +\OCP\Util::addScript('files', 'detailfileinfoview'); +\OCP\Util::addScript('files', 'detailtabview'); +\OCP\Util::addScript('files', 'detailsview'); +\OCP\Util::addScript('files', 'mainfileinfodetailview'); +\OCP\Util::addStyle('files', 'detailsView'); + \OC_Util::addVendorScript('core', 'handlebars/handlebars'); OCP\App::setActiveNavigationEntry('files_index'); |