diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-09-28 11:19:49 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-09-28 11:19:49 +0200 |
commit | f35b6833ff2f702db75999bfd9343e7bc2fc7f2c (patch) | |
tree | fd2ab1a1f958d4c8208abcbe57405d111de598d9 /apps/files/js/filelist.js | |
parent | 9a010cc8ce281650038cd1444f63a02245eea523 (diff) | |
download | nextcloud-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.js | 1 |
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) { |