[PR #1019] [MERGED] Fix Node Edit Page #1119

Closed
opened 2026-02-04 19:18:58 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1019
Author: @rmartinoscar
Created: 2/20/2025
Status: Merged
Merged: 2/21/2025
Merged by: @rmartinoscar

Base: mainHead: fix/NodeEditSave


📝 Commits (2)

  • 943b307 Add missing dehydrated on Node
  • 67241f3 Add missing dehydrated on Server

📊 Changes

4 files changed (+12 additions, -8 deletions)

View changed files

📝 app/Filament/Admin/Resources/NodeResource/Pages/CreateNode.php (+3 -0)
📝 app/Filament/Admin/Resources/NodeResource/Pages/EditNode.php (+3 -2)
📝 app/Filament/Admin/Resources/ServerResource/Pages/CreateServer.php (+3 -3)
📝 app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php (+3 -3)

📄 Description

Without those once you set limit you can't get rid of them + overallocate couldn't be 0 it would either be -1 or a positive number
Remove useless oom_disabled_hidden field


🔄 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/1019 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 2/20/2025 **Status:** ✅ Merged **Merged:** 2/21/2025 **Merged by:** [@rmartinoscar](https://github.com/rmartinoscar) **Base:** `main` ← **Head:** `fix/NodeEditSave` --- ### 📝 Commits (2) - [`943b307`](https://github.com/pelican-dev/panel/commit/943b3079988ee7b1ab5c6c080fed483c3e59f40f) Add missing `dehydrated` on `Node` - [`67241f3`](https://github.com/pelican-dev/panel/commit/67241f39ff3633f3620f33adcfacbde1e8b7da8d) Add missing `dehydrated` on `Server` ### 📊 Changes **4 files changed** (+12 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/NodeResource/Pages/CreateNode.php` (+3 -0) 📝 `app/Filament/Admin/Resources/NodeResource/Pages/EditNode.php` (+3 -2) 📝 `app/Filament/Admin/Resources/ServerResource/Pages/CreateServer.php` (+3 -3) 📝 `app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php` (+3 -3) </details> ### 📄 Description Without those once you set limit you can't get rid of them + overallocate couldn't be `0` it would either be `-1` or a positive number Remove useless `oom_disabled_hidden` field --- <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 19:18:58 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1119