Add icon to Versions sidebar tab

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-11-01 04:10:55 +01:00
parent 9d5982ba4b
commit bb1d503f3e
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@
return t('files_versions', 'Versions');
},
getIcon: function() {
return 'icon-history';
},
nextPage: function() {
if (this._loading) {
return;