mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-16 05:13:45 +02:00
Only show 250 files in a directory listing
This commit is contained in:
@@ -53,7 +53,7 @@ export default () => {
|
||||
</p>
|
||||
</div>
|
||||
{
|
||||
files.slice(0, 500).map(file => (
|
||||
files.slice(0, 250).map(file => (
|
||||
<FileObjectRow key={file.uuid} file={file}/>
|
||||
))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user