Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesús Macias <jmacias@solidgear.es>2015-11-12 15:40:28 +0300
committerJesús Macias <jmacias@solidgear.es>2015-11-12 15:40:28 +0300
commit394d3eb0cd7448be3c7efc42c4012ecfdf99e654 (patch)
tree4331b5300aa2759887192913c3aff2f3e46cf351 /apps/files_external/list.php
parent5dd59b4bd2712706a36639697531e73df5c9a3c2 (diff)
First working approach to show mount status
Diffstat (limited to 'apps/files_external/list.php')
-rw-r--r--apps/files_external/list.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files_external/list.php b/apps/files_external/list.php
index b98db79de89..831107c9c3f 100644
--- a/apps/files_external/list.php
+++ b/apps/files_external/list.php
@@ -23,6 +23,11 @@ OCP\User::checkLoggedIn();
$tmpl = new OCP\Template('files_external', 'list', '');
+/* Load Status Manager */
+\OCP\Util::addScript('files_external', 'statusmanager');
+\OCP\Util::addScript('files_external', 'statusmanagerutils');
+\OCP\Util::addScript('files_external', 'rollingqueue');
+
OCP\Util::addScript('files_external', 'app');
OCP\Util::addScript('files_external', 'mountsfilelist');