diff options
author | Jesús Macias <jmacias@solidgear.es> | 2015-11-24 08:52:02 +0100 |
---|---|---|
committer | Jesús Macias <jmacias@solidgear.es> | 2015-11-24 08:52:02 +0100 |
commit | 674bc8e9cb340b2be1b27d4c8e3a539f550acb14 (patch) | |
tree | 1542c48c0480ccb75be563bbb52e4310ead22542 /apps/files_external/list.php | |
parent | e4a2da6c3dbe5ac0f36c128b33632097a86a023c (diff) | |
download | nextcloud-server-674bc8e9cb340b2be1b27d4c8e3a539f550acb14.tar.gz nextcloud-server-674bc8e9cb340b2be1b27d4c8e3a539f550acb14.zip |
Add css to manage row status color
Diffstat (limited to 'apps/files_external/list.php')
-rw-r--r-- | apps/files_external/list.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_external/list.php b/apps/files_external/list.php index 0a994e147f5..4bbe5588c26 100644 --- a/apps/files_external/list.php +++ b/apps/files_external/list.php @@ -24,6 +24,7 @@ OCP\User::checkLoggedIn(); $tmpl = new OCP\Template('files_external', 'list', ''); /* Load Status Manager */ +\OCP\Util::addStyle('files_external', 'external'); \OCP\Util::addScript('files_external', 'statusmanager'); \OCP\Util::addScript('files_external', 'rollingqueue'); |