diff options
author | Roland Scheidel <mail@scheidel.at> | 2019-12-03 09:45:33 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-07-23 17:47:26 +0200 |
commit | c5af9108864d220e24fb718a7686e98fdec5e3d0 (patch) | |
tree | 618b1d67259d96d94b6ef4acf880d6dc1aa05305 /apps/files/js/app.js | |
parent | 41ddbec40f1b2c59a68464efc8ba7b127cda444e (diff) | |
download | nextcloud-server-c5af9108864d220e24fb718a7686e98fdec5e3d0.tar.gz nextcloud-server-c5af9108864d220e24fb718a7686e98fdec5e3d0.zip |
add an option to the multiple files selected actions to add and remove tags from multiple files at once
Signed-off-by: Roland Scheidel <kontakt@scheidel.at>
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
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(), |