Update: Message for too large files
This commit is contained in:
parent
14870a90ff
commit
96d96ddb7d
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ export default () => {
|
|||
{files.length > 500 && (
|
||||
<div css={tw`rounded bg-yellow-400 mb-px p-3`}>
|
||||
<p css={tw`text-yellow-900 text-sm text-center`}>
|
||||
This directory is too large to display in the browser, limiting the output
|
||||
Please open this in SFTP as this is too large for the poor browser to load. limiting the output
|
||||
to the first 500 files.
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue