mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #416] [MERGED] feat: Client UI translate to Filament (from React) #748
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/416
Author: @lancepioch
Created: 6/18/2024
Status: ✅ Merged
Merged: 12/1/2024
Merged by: @rmartinoscar
Base:
main← Head:issue/353📝 Commits (10+)
db67946Add new panel46c5d5bAdd some basic resource pages5afd194Wip3b9fbc0Wip terminald86428aWip281c580Add new panela976a17Add some basic resource pagesd4e3721Wip2f9ae32[Sub-Users] Add Inviteab96feb[Sub-Users] Fix Creation📊 Changes
77 files changed (+5333 additions, -160 deletions)
View changed files
➕
app/Enums/EditorLanguages.php(+98 -0)➕
app/Filament/App/Resources/ServerResource.php(+28 -0)➕
app/Filament/App/Resources/ServerResource/Pages/ListServers.php(+99 -0)📝
app/Filament/Resources/DatabaseHostResource/Pages/CreateDatabaseHost.php(+1 -0)📝
app/Filament/Resources/DatabaseHostResource/Pages/EditDatabaseHost.php(+1 -0)📝
app/Filament/Resources/RoleResource.php(+2 -0)📝
app/Filament/Resources/ServerResource/Pages/EditServer.php(+5 -9)📝
app/Filament/Resources/ServerResource/Pages/ListServers.php(+3 -2)📝
app/Filament/Resources/UserResource/Pages/EditProfile.php(+20 -1)➕
app/Filament/Server/Pages/Console.php(+72 -0)➕
app/Filament/Server/Pages/ServerFormPage.php(+79 -0)➕
app/Filament/Server/Pages/Settings.php(+271 -0)➕
app/Filament/Server/Pages/Startup.php(+238 -0)➕
app/Filament/Server/Resources/ActivityResource.php(+79 -0)➕
app/Filament/Server/Resources/ActivityResource/Pages/ListActivities.php(+40 -0)➕
app/Filament/Server/Resources/AllocationResource.php(+64 -0)➕
app/Filament/Server/Resources/AllocationResource/Pages/ListAllocations.php(+104 -0)➕
app/Filament/Server/Resources/BackupResource.php(+57 -0)➕
app/Filament/Server/Resources/BackupResource/Pages/ListBackups.php(+189 -0)➕
app/Filament/Server/Resources/DatabaseResource.php(+65 -0)...and 57 more files
📄 Description
Edit By Charles
Below are things that need to be done...Good Luck!
Profile
- [x] Enable
- [x] Disable
- [x] Backup codes
Server List
Needs to be redone... I'll just leave it at that...
Server Area
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.