aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/app.js
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-07-23 18:25:12 +0200
committerGitHub <noreply@github.com>2021-07-23 18:25:12 +0200
commit6817ba194e179467ba92468061c69ea4147ffaff (patch)
treeb96b03530fe3443f9fd94832babbce7f53246764 /apps/files/js/app.js
parent229bfcbab56e2de473d2d34bb7d86b5665d4ab35 (diff)
parentc5af9108864d220e24fb718a7686e98fdec5e3d0 (diff)
downloadnextcloud-server-6817ba194e179467ba92468061c69ea4147ffaff.tar.gz
nextcloud-server-6817ba194e179467ba92468061c69ea4147ffaff.zip
Merge pull request #28133 from nextcloud/feat/tag_multiple_files_at_once
Diffstat (limited to 'apps/files/js/app.js')
-rw-r--r--apps/files/js/app.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/js/app.js b/apps/files/js/app.js
index 1a0d59eee0f..6971088bb47 100644
--- a/apps/files/js/app.js
+++ b/apps/files/js/app.js
@@ -113,6 +113,11 @@
iconClass: 'icon-delete',
order: 99,
},
+ {
+ name: 'tags',
+ displayName: 'Tags',
+ iconClass: 'icon-tag'
+ },
],
sorting: {
mode: $('#defaultFileSorting').val(),