mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #965] [MERGED] Admin Area Translations #1083
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/965
Author: @notAreYouScared
Created: 1/31/2025
Status: ✅ Merged
Merged: 2/9/2025
Merged by: @notAreYouScared
Base:
main← Head:charles/translations📝 Commits (10+)
b345769Init86ffe8eHealth Page064e3eaAdmin API Keyse951d11Update API Keys706e923Database Hosts2c11fe7Mountsaa1f10aremovesa099489Users3362e96Webhooksa902c13Server📊 Changes
594 files changed (+2080 additions, -23292 deletions)
View changed files
➕
app/Checks/CacheCheck.php(+58 -0)➕
app/Checks/DatabaseCheck.php(+42 -0)➕
app/Checks/DebugModeCheck.php(+44 -0)➕
app/Checks/EnvironmentCheck.php(+38 -0)📝
app/Checks/NodeVersionsCheck.php(+6 -4)📝
app/Checks/PanelVersionCheck.php(+6 -3)➕
app/Checks/ScheduleCheck.php(+78 -0)📝
app/Filament/Admin/Pages/Dashboard.php(+12 -9)📝
app/Filament/Admin/Pages/Health.php(+18 -4)📝
app/Filament/Admin/Pages/Settings.php(+113 -102)📝
app/Filament/Admin/Resources/ApiKeyResource.php(+18 -6)📝
app/Filament/Admin/Resources/ApiKeyResource/Pages/CreateApiKey.php(+9 -12)📝
app/Filament/Admin/Resources/ApiKeyResource/Pages/ListApiKeys.php(+9 -8)📝
app/Filament/Admin/Resources/DatabaseHostResource.php(+20 -2)📝
app/Filament/Admin/Resources/DatabaseHostResource/Pages/CreateDatabaseHost.php(+18 -15)📝
app/Filament/Admin/Resources/DatabaseHostResource/Pages/EditDatabaseHost.php(+16 -12)📝
app/Filament/Admin/Resources/DatabaseHostResource/Pages/ListDatabaseHosts.php(+9 -7)📝
app/Filament/Admin/Resources/DatabaseHostResource/RelationManagers/DatabasesRelationManager.php(+16 -8)📝
app/Filament/Admin/Resources/EggResource.php(+20 -2)📝
app/Filament/Admin/Resources/EggResource/Pages/CreateEgg.php(+51 -46)...and 80 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.