mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #1554] [MERGED] Client area translations #1450
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/1554
Author: @notAreYouScared
Created: 7/23/2025
Status: ✅ Merged
Merged: 8/1/2025
Merged by: @notAreYouScared
Base:
main← Head:charles/client-area-translation📝 Commits (10+)
a8890d9init7bd007bConsoled8c94c1File2ae0621Backupa0660e8User9f13c19Network6010a4fActivity65774e5Network-v2f68e0fcFile-v27e087cdBackup-v2📊 Changes
47 files changed (+889 additions, -283 deletions)
View changed files
📝
app/Enums/BackupStatus.php(+1 -1)📝
app/Enums/ContainerStatus.php(+1 -1)📝
app/Filament/App/Resources/ServerResource/Pages/ListServers.php(+4 -4)📝
app/Filament/Components/Forms/Actions/PreviewStartupAction.php(+5 -0)📝
app/Filament/Server/Pages/Console.php(+15 -1)📝
app/Filament/Server/Pages/Settings.php(+57 -47)📝
app/Filament/Server/Pages/Startup.php(+25 -14)📝
app/Filament/Server/Resources/ActivityResource.php(+15 -8)📝
app/Filament/Server/Resources/ActivityResource/Pages/ListActivities.php(+5 -0)📝
app/Filament/Server/Resources/AllocationResource.php(+13 -11)📝
app/Filament/Server/Resources/AllocationResource/Pages/ListAllocations.php(+11 -1)📝
app/Filament/Server/Resources/BackupResource.php(+35 -21)📝
app/Filament/Server/Resources/BackupResource/Pages/ListBackups.php(+10 -5)📝
app/Filament/Server/Resources/DatabaseResource.php(+20 -5)📝
app/Filament/Server/Resources/DatabaseResource/Pages/ListDatabases.php(+11 -6)📝
app/Filament/Server/Resources/FileResource.php(+5 -0)📝
app/Filament/Server/Resources/FileResource/Pages/EditFiles.php(+7 -7)📝
app/Filament/Server/Resources/FileResource/Pages/ListFiles.php(+62 -47)📝
app/Filament/Server/Resources/FileResource/Pages/SearchFiles.php(+16 -4)📝
app/Filament/Server/Resources/ScheduleResource.php(+50 -37)...and 27 more files
📄 Description
Replaces https://github.com/pelican-dev/panel/pull/1418
Closes https://github.com/pelican-dev/panel/issues/1230
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.