mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #741] [MERGED] Move admin pages & resources into own namespace #938
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/741
Author: @Boy132
Created: 12/1/2024
Status: ✅ Merged
Merged: 12/7/2024
Merged by: @Boy132
Base:
main← Head:cleanup/admin-namespace📝 Commits (2)
2865e17move admin pages & resources into own namespaceeb9eca1fix imports for resource pages📊 Changes
55 files changed (+104 additions, -105 deletions)
View changed files
📝
app/Filament/Admin/Pages/Dashboard.php(+3 -3)📝
app/Filament/Admin/Pages/Settings.php(+1 -1)📝
app/Filament/Admin/Resources/ApiKeyResource.php(+2 -2)📝
app/Filament/Admin/Resources/ApiKeyResource/Pages/CreateApiKey.php(+2 -2)📝
app/Filament/Admin/Resources/ApiKeyResource/Pages/ListApiKeys.php(+2 -2)📝
app/Filament/Admin/Resources/DatabaseHostResource.php(+2 -2)📝
app/Filament/Admin/Resources/DatabaseHostResource/Pages/CreateDatabaseHost.php(+2 -2)📝
app/Filament/Admin/Resources/DatabaseHostResource/Pages/EditDatabaseHost.php(+3 -3)📝
app/Filament/Admin/Resources/DatabaseHostResource/Pages/ListDatabaseHosts.php(+2 -2)📝
app/Filament/Admin/Resources/DatabaseHostResource/RelationManagers/DatabasesRelationManager.php(+1 -1)📝
app/Filament/Admin/Resources/DatabaseResource.php(+2 -2)📝
app/Filament/Admin/Resources/DatabaseResource/Pages/CreateDatabase.php(+2 -2)📝
app/Filament/Admin/Resources/DatabaseResource/Pages/EditDatabase.php(+2 -2)📝
app/Filament/Admin/Resources/DatabaseResource/Pages/ListDatabases.php(+2 -2)📝
app/Filament/Admin/Resources/EggResource.php(+2 -2)📝
app/Filament/Admin/Resources/EggResource/Pages/CreateEgg.php(+2 -2)📝
app/Filament/Admin/Resources/EggResource/Pages/EditEgg.php(+3 -3)📝
app/Filament/Admin/Resources/EggResource/Pages/ListEggs.php(+2 -2)📝
app/Filament/Admin/Resources/EggResource/RelationManagers/ServersRelationManager.php(+1 -1)📝
app/Filament/Admin/Resources/MountResource.php(+2 -2)...and 35 more files
📄 Description
Merge https://github.com/pelican-dev/panel/pull/767 before this
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.