1
0
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:
llj
2017-07-04 17:49:36 +08:00
parent 76d58cb025
commit 5d48dac96c
7 changed files with 94 additions and 34 deletions

View File

@@ -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();