[PR #1998] [CLOSED] View pages #1695

Closed
opened 2026-02-04 20:08:30 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1998
Author: @JoanFo1456
Created: 12/13/2025
Status: Closed

Base: mainHead: admin/view-pages


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/1998 **Author:** [@JoanFo1456](https://github.com/JoanFo1456) **Created:** 12/13/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `admin/view-pages` --- ### 📝 Commits (10+) - [`ec3f500`](https://github.com/pelican-dev/panel/commit/ec3f5004e70cae0e5ad8afabf1820545fec151f0) Server view page - [`0fbcba1`](https://github.com/pelican-dev/panel/commit/0fbcba1fbad5f43e42cdeb96ac1897118c204cdf) Node view page - [`a9a9469`](https://github.com/pelican-dev/panel/commit/a9a946971c0df93c37366cd80df8bf1f021502c6) Fixed a bunch of permissions missing & egg view - [`1abb046`](https://github.com/pelican-dev/panel/commit/1abb046a03f6eb298d826a466545032245fc9299) phpstan and pint, jesus... - [`a0528de`](https://github.com/pelican-dev/panel/commit/a0528de467d13305cc2b6a06ad1615174753cefa) Oops forgot this - [`e312492`](https://github.com/pelican-dev/panel/commit/e31249260acb455fd7b46af322cf3951bb8e0292) Permission fix 2 - [`89c25c6`](https://github.com/pelican-dev/panel/commit/89c25c6ce7dfbab529b31241e591260cbbaeb156) Fixed Actions working on view - [`3568d34`](https://github.com/pelican-dev/panel/commit/3568d341cc6cc11ccbbb8fd336e2d463a35b98d5) Star was permitted phpstan and pint - [`bd3ad34`](https://github.com/pelican-dev/panel/commit/bd3ad34ed7b6b62790e81862942b7d7096af002d) Rabbit suggestions applied - [`5b69856`](https://github.com/pelican-dev/panel/commit/5b69856e877f0bd266b7c255c10ddfaf0cadfaf3) Really? ### 📊 Changes **13 files changed** (+2604 additions, -2244 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 20:08:30 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1695