mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #2149] [MERGED] Invisible button and tooltip fixes #1784
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/2149
Author: @Boy132
Created: 1/29/2026
Status: ✅ Merged
Merged: 1/29/2026
Merged by: @Boy132
Base:
main← Head:boy132/fix-invisible-buttons📝 Commits (1)
e735f04fix some buttons📊 Changes
15 files changed (+47 additions, -52 deletions)
View changed files
📝
app/Filament/Admin/Resources/ApiKeys/ApiKeyResource.php(+1 -3)📝
app/Filament/Admin/Resources/DatabaseHosts/DatabaseHostResource.php(+1 -3)📝
app/Filament/Admin/Resources/Eggs/Pages/ListEggs.php(+1 -3)📝
app/Filament/Admin/Resources/Mounts/MountResource.php(+1 -3)📝
app/Filament/Admin/Resources/Nodes/Pages/CreateNode.php(+3 -2)📝
app/Filament/Admin/Resources/Nodes/Pages/ListNodes.php(+1 -3)📝
app/Filament/Admin/Resources/Roles/RoleResource.php(+1 -3)📝
app/Filament/Admin/Resources/Servers/Pages/CreateServer.php(+9 -6)📝
app/Filament/Admin/Resources/Servers/Pages/EditServer.php(+5 -4)📝
app/Filament/Admin/Resources/Servers/Pages/ListServers.php(+1 -3)📝
app/Filament/Admin/Resources/Webhooks/Pages/EditWebhookConfiguration.php(+2 -2)📝
app/Filament/Admin/Resources/Webhooks/WebhookResource.php(+3 -5)📝
app/Filament/Server/Pages/Settings.php(+1 -1)📝
app/Providers/Filament/FilamentServiceProvider.php(+16 -9)📝
lang/en/admin/webhook.php(+1 -2)📄 Description
Followup for #2134
Also closes #2147
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.