aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/app.js
diff options
context:
space:
mode:
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(),