From 96d96ddb7d847d22056eca18e2eccc30c50928ed Mon Sep 17 00:00:00 2001 From: Derek Date: Thu, 13 Mar 2025 04:42:46 +0000 Subject: [PATCH] Update: Message for too large files --- .../scripts/components/server/files/FileManagerContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/components/server/files/FileManagerContainer.tsx b/resources/scripts/components/server/files/FileManagerContainer.tsx index 1dcc8105..3ac1bcb4 100644 --- a/resources/scripts/components/server/files/FileManagerContainer.tsx +++ b/resources/scripts/components/server/files/FileManagerContainer.tsx @@ -97,7 +97,7 @@ export default () => { {files.length > 500 && (

- 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.