mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Add icon to Versions sidebar tab
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
9d5982ba4b
commit
bb1d503f3e
1 changed files with 4 additions and 0 deletions
|
|
@ -38,6 +38,10 @@
|
|||
return t('files_versions', 'Versions');
|
||||
},
|
||||
|
||||
getIcon: function() {
|
||||
return 'icon-history';
|
||||
},
|
||||
|
||||
nextPage: function() {
|
||||
if (this._loading) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue