mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #824] [MERGED] (Admin) UI Consistency #996
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/824
Author: @Boy132
Created: 12/12/2024
Status: ✅ Merged
Merged: 12/12/2024
Merged by: @Boy132
Base:
main← Head:refactor/consistency📝 Commits (5)
69d02a1update phpdocsd79fe23replace deprecated $label and $pluralLabel9b07b1fupdate record title attributes and labelse620a59update create pagescc02d6arun pint📊 Changes
17 files changed (+92 additions, -25 deletions)
View changed files
📝
app/Filament/Admin/Resources/ApiKeyResource.php(+5 -7)📝
app/Filament/Admin/Resources/ApiKeyResource/Pages/CreateApiKey.php(+13 -1)📝
app/Filament/Admin/Resources/DatabaseHostResource.php(+2 -2)📝
app/Filament/Admin/Resources/DatabaseHostResource/Pages/CreateDatabaseHost.php(+1 -5)📝
app/Filament/Admin/Resources/EggResource.php(+0 -2)📝
app/Filament/Admin/Resources/EggResource/Pages/CreateEgg.php(+12 -0)📝
app/Filament/Admin/Resources/MountResource.php(+2 -0)📝
app/Filament/Admin/Resources/MountResource/Pages/CreateMount.php(+12 -0)📝
app/Filament/Admin/Resources/NodeResource/Pages/CreateNode.php(+0 -2)📝
app/Filament/Admin/Resources/RoleResource/Pages/CreateRole.php(+13 -1)📝
app/Filament/Admin/Resources/WebhookResource.php(+5 -1)📝
app/Filament/Admin/Resources/WebhookResource/Pages/CreateWebhookConfiguration.php(+14 -0)📝
app/Filament/Server/Resources/ActivityResource.php(+2 -2)📝
app/Filament/Server/Resources/AllocationResource.php(+2 -2)📝
app/Models/DatabaseHost.php(+4 -0)📝
app/Models/Egg.php(+2 -0)📝
app/Models/Node.php(+3 -0)📄 Description
Mainly position of "Create" buttons, "canCreateAnother" and labels.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.