mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 11:20:41 +03:00
[PR #1998] [CLOSED] View pages #1695
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/1998
Author: @JoanFo1456
Created: 12/13/2025
Status: ❌ Closed
Base:
main← Head:admin/view-pages📝 Commits (10+)
ec3f500Server view page0fbcba1Node view pagea9a9469Fixed a bunch of permissions missing & egg view1abb046phpstan and pint, jesus...a0528deOops forgot thise312492Permission fix 289c25c6Fixed Actions working on view3568d34Star was permitted phpstan and pintbd3ad34Rabbit suggestions applied5b69856Really?📊 Changes
13 files changed (+2604 additions, -2244 deletions)
View changed files
📝
app/Filament/Admin/Resources/Eggs/EggResource.php(+417 -0)📝
app/Filament/Admin/Resources/Eggs/Pages/EditEgg.php(+1 -406)📝
app/Filament/Admin/Resources/Eggs/Pages/ListEggs.php(+4 -0)➕
app/Filament/Admin/Resources/Eggs/Pages/ViewEgg.php(+22 -0)📝
app/Filament/Admin/Resources/Nodes/NodeResource.php(+765 -1)📝
app/Filament/Admin/Resources/Nodes/Pages/EditNode.php(+19 -757)📝
app/Filament/Admin/Resources/Nodes/Pages/ListNodes.php(+4 -0)➕
app/Filament/Admin/Resources/Nodes/Pages/ViewNode.php(+48 -0)📝
app/Filament/Admin/Resources/Servers/Pages/EditServer.php(+8 -1075)📝
app/Filament/Admin/Resources/Servers/Pages/ListServers.php(+15 -3)➕
app/Filament/Admin/Resources/Servers/Pages/ViewServer.php(+110 -0)📝
app/Filament/Admin/Resources/Servers/RelationManagers/AllocationsRelationManager.php(+18 -2)📝
app/Filament/Admin/Resources/Servers/ServerResource.php(+1173 -0)📄 Description
Continues with Boy's work (#583)
This adds the missing view pages, making permissions actually useful.
I followed what I thought it would be view, if that's not the real case, let me know and I'll change it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.