mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #1433] [MERGED] Cleanup & fix server list #1390
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/1433
Author: @Boy132
Created: 6/5/2025
Status: ✅ Merged
Merged: 6/12/2025
Merged by: @Boy132
Base:
main← Head:boy132/remove-context-menu📝 Commits (10+)
6bb4f31remove context menu, cleanup table columns, add normal table actions for power actions4b7f5c0make phpstan happyfa79655set alignment for actionsbd78722Merge remote-tracking branch 'upstream/main' into boy132/remove-context-menu7cfb304addwire.pollto server entry to make sure lazy loaded component is refreshed correctly6af861bcleanup status retrieval1014465fix color for server statee8a8592refresh cache after sending power action49218d9also lazy load power actionsb335016cleanup & fix actions📊 Changes
8 files changed (+159 additions, -260 deletions)
View changed files
📝
app/Enums/ContainerStatus.php(+4 -6)📝
app/Enums/ServerState.php(+9 -1)📝
app/Filament/App/Resources/ServerResource/Pages/ListServers.php(+80 -97)📝
app/Models/Node.php(+0 -20)📝
app/Models/Server.php(+12 -13)📝
composer.json(+1 -2)📝
composer.lock(+4 -80)📝
resources/views/livewire/server-entry.blade.php(+49 -41)📄 Description
Remove context menus and replace them with normal actions. (closes #1384, supersedes #1385)
Also remove the
ColumnGroupsand cleanup columns in general.Before:


After:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.