diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2021-07-23 18:25:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-23 18:25:12 +0200 |
commit | 6817ba194e179467ba92468061c69ea4147ffaff (patch) | |
tree | b96b03530fe3443f9fd94832babbce7f53246764 /apps/files/js/app.js | |
parent | 229bfcbab56e2de473d2d34bb7d86b5665d4ab35 (diff) | |
parent | c5af9108864d220e24fb718a7686e98fdec5e3d0 (diff) | |
download | nextcloud-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.js | 5 |
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(), |