mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-12 13:24:52 +00:00
[dirent details] improvement; show more info for folders
This commit is contained in:
@@ -73,7 +73,7 @@ define([
|
||||
this.listenTo(this.dir, 'reset', this.reset);
|
||||
|
||||
this.fileUploadView = new FileUploadView({dirView: this});
|
||||
this.direntDetailsView = new DirentDetailsView({dirView: this});
|
||||
this.direntDetailsView = new DirentDetailsView();
|
||||
|
||||
this.render();
|
||||
|
||||
|
Reference in New Issue
Block a user