mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 15:34:44 +02:00
Only show 250 files in a directory listing
This commit is contained in:
parent
59448520fe
commit
926b5ac099
@ -53,7 +53,7 @@ export default () => {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{
|
{
|
||||||
files.slice(0, 500).map(file => (
|
files.slice(0, 250).map(file => (
|
||||||
<FileObjectRow key={file.uuid} file={file}/>
|
<FileObjectRow key={file.uuid} file={file}/>
|
||||||
))
|
))
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user