aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/filelist.js
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-09-28 11:19:49 +0200
committerVincent Petry <pvince81@owncloud.com>2015-09-28 11:19:49 +0200
commitf35b6833ff2f702db75999bfd9343e7bc2fc7f2c (patch)
treefd2ab1a1f958d4c8208abcbe57405d111de598d9 /apps/files/js/filelist.js
parent9a010cc8ce281650038cd1444f63a02245eea523 (diff)
downloadnextcloud-server-f35b6833ff2f702db75999bfd9343e7bc2fc7f2c.tar.gz
nextcloud-server-f35b6833ff2f702db75999bfd9343e7bc2fc7f2c.zip
Fix order of actions in the files actions menu
Diffstat (limited to 'apps/files/js/filelist.js')
-rw-r--r--apps/files/js/filelist.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index 8eaae74d3c3..e4a7aadd600 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -302,6 +302,7 @@
name: 'Details',
displayName: t('files', 'Details'),
mime: 'all',
+ order: -50,
icon: OC.imagePath('core', 'actions/details'),
permissions: OC.PERMISSION_READ,
actionHandler: function(fileName, context) {