[PR #1540] [CLOSED] Switch the sub-server File Manager to display more files per page #1442

Closed
opened 2026-02-05 18:14:09 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1540
Author: @memesalot
Created: 7/21/2025
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • 64fcf37 fix server file manager pagination options

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 app/Filament/Server/Resources/FileResource/Pages/ListFiles.php (+1 -1)
📝 app/Models/File.php (+1 -1)

📄 Description

Added

  • Larger file-manager pagination options (100, 150, 200).

For server that have a large amount of plugins the default values of 25/50 is very annoying to use. No reason to not support larger pagination as the allocation page for the node options supports this.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1540 **Author:** [@memesalot](https://github.com/memesalot) **Created:** 7/21/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`64fcf37`](https://github.com/pelican-dev/panel/commit/64fcf37e93232c5527403190d46a337e467e3fe6) fix server file manager pagination options ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Server/Resources/FileResource/Pages/ListFiles.php` (+1 -1) 📝 `app/Models/File.php` (+1 -1) </details> ### 📄 Description ### Added - Larger file-manager pagination options (100, 150, 200). For server that have a large amount of plugins the default values of 25/50 is very annoying to use. No reason to not support larger pagination as the allocation page for the node options supports this. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 18:14:09 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#1442