1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-14 06:11:16 +00:00

[dir view] offered 'full dirent list' for 'image viewer' to view all the images

This commit is contained in:
llj
2021-06-16 18:02:48 +08:00
parent 4e66d30688
commit a78529f97a
6 changed files with 7 additions and 2 deletions

View File

@@ -66,6 +66,7 @@ class DirGridView extends React.Component {
userPerm={this.props.userPerm}
enableDirPrivateShare={this.props.enableDirPrivateShare}
direntList={this.props.direntList}
fullDirentList={this.props.fullDirentList}
onAddFile={this.props.onAddFile}
onItemClick={this.props.onItemClick}
onItemDelete={this.props.onItemDelete}

View File

@@ -76,6 +76,7 @@ class DirListView extends React.Component {
userPerm={this.props.userPerm}
enableDirPrivateShare={this.props.enableDirPrivateShare}
direntList={this.props.direntList}
fullDirentList={this.props.fullDirentList}
sortBy={this.props.sortBy}
sortOrder={this.props.sortOrder}
sortItems={this.props.sortItems}