]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add icon to Versions sidebar tab
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 1 Nov 2018 03:10:55 +0000 (04:10 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 1 Nov 2018 03:10:55 +0000 (04:10 +0100)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
apps/files_versions/js/versionstabview.js

index 61309a30d50aa8d2a72f61b94c46d332805f0c8d..213ee1ae83cabe247d181fa3860a997dcea3dca8 100644 (file)
                        return t('files_versions', 'Versions');
                },
 
+               getIcon: function() {
+                       return 'icon-history';
+               },
+
                nextPage: function() {
                        if (this._loading) {
                                return;