mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 03:14:39 +03:00
[PR #1959] [MERGED] Fix Save Notification icon & Cleanup #1671
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/1959
Author: @rmartinoscar
Created: 12/3/2025
Status: ✅ Merged
Merged: 12/3/2025
Merged by: @rmartinoscar
Base:
main← Head:fix/icons📝 Commits (4)
e05da9bFollow up for #190047d7722Merge branch 'main' into fix/icons04ce50aAdd missing ones & replace cancel icon4ce7fceCleanup📊 Changes
27 files changed (+72 additions, -54 deletions)
View changed files
📝
app/Filament/Admin/Resources/ApiKeys/ApiKeyResource.php(+1 -2)📝
app/Filament/Admin/Resources/DatabaseHosts/Pages/EditDatabaseHost.php(+1 -2)📝
app/Filament/Admin/Resources/DatabaseHosts/Pages/ViewDatabaseHost.php(+3 -1)📝
app/Filament/Admin/Resources/DatabaseHosts/RelationManagers/DatabasesRelationManager.php(+1 -2)📝
app/Filament/Admin/Resources/Eggs/Pages/EditEgg.php(+1 -2)📝
app/Filament/Admin/Resources/Eggs/Pages/ListEggs.php(+5 -4)📝
app/Filament/Admin/Resources/Mounts/Pages/EditMount.php(+1 -2)📝
app/Filament/Admin/Resources/Mounts/Pages/ViewMount.php(+0 -1)📝
app/Filament/Admin/Resources/Nodes/Pages/EditNode.php(+1 -2)📝
app/Filament/Admin/Resources/Roles/Pages/CreateRole.php(+4 -1)📝
app/Filament/Admin/Resources/Roles/Pages/EditRole.php(+0 -1)📝
app/Filament/Admin/Resources/Roles/Pages/ViewRole.php(+3 -1)📝
app/Filament/Admin/Resources/Servers/RelationManagers/AllocationsRelationManager.php(+10 -13)📝
app/Filament/Admin/Resources/Servers/RelationManagers/DatabasesRelationManager.php(+0 -1)📝
app/Filament/Admin/Resources/Users/Pages/CreateUser.php(+4 -1)📝
app/Filament/Admin/Resources/Users/Pages/EditUser.php(+1 -2)📝
app/Filament/Admin/Resources/Users/Pages/ViewUser.php(+3 -1)📝
app/Filament/Admin/Resources/Webhooks/Pages/CreateWebhookConfiguration.php(+5 -2)📝
app/Filament/Admin/Resources/Webhooks/Pages/EditWebhookConfiguration.php(+1 -2)📝
app/Filament/Admin/Resources/Webhooks/Pages/ViewWebhookConfiguration.php(+3 -1)...and 7 more files
📄 Description
Follow up for #1900
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.