mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 11:20:56 +03:00
[PR #1388] [MERGED] Move tables & forms to resources in client area #1363
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/1388
Author: @Boy132
Created: 5/20/2025
Status: ✅ Merged
Merged: 5/22/2025
Merged by: @Boy132
Base:
main← Head:boy132/refactor-client-area-resources📝 Commits (1)
bf64100move tables & forms to resources in client area📊 Changes
11 files changed (+426 additions, -433 deletions)
View changed files
📝
app/Filament/Server/Resources/ActivityResource.php(+102 -5)📝
app/Filament/Server/Resources/ActivityResource/Pages/ListActivities.php(+0 -101)📝
app/Filament/Server/Resources/AllocationResource.php(+61 -0)📝
app/Filament/Server/Resources/AllocationResource/Pages/ListAllocations.php(+2 -63)📝
app/Filament/Server/Resources/BackupResource.php(+137 -2)📝
app/Filament/Server/Resources/BackupResource/Pages/ListBackups.php(+2 -139)📝
app/Filament/Server/Resources/DatabaseResource.php(+69 -3)📝
app/Filament/Server/Resources/DatabaseResource/Pages/ListDatabases.php(+0 -68)📝
app/Filament/Server/Resources/ScheduleResource.php(+46 -0)📝
app/Filament/Server/Resources/ScheduleResource/Pages/ListSchedules.php(+3 -49)📝
app/Filament/Server/Resources/ScheduleResource/Pages/ViewSchedule.php(+4 -3)📄 Description
No changes to the tables or forms themselves, just moving stuff around.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.